From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA501158020 for ; Tue, 8 Nov 2022 05:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF30CE0978; Tue, 8 Nov 2022 05:36:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D40CCE0978 for ; Tue, 8 Nov 2022 05:36:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CB4C341219 for ; Tue, 8 Nov 2022 05:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 617AF6F2 for ; Tue, 8 Nov 2022 05:36:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667885760.dc1cf83c71469cc5e2b63e5c28bad3e7583c9260.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/, profiles/arch/sparc/, profiles/arch/arm/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm/package.use.stable.mask profiles/arch/arm/use.stable.mask profiles/arch/arm64/package.use.stable.mask profiles/arch/arm64/use.stable.mask profiles/arch/hppa/package.use.stable.mask profiles/arch/hppa/use.stable.mask profiles/arch/powerpc/package.use.stable.mask profiles/arch/powerpc/use.stable.mask profiles/arch/sparc/package.use.stable.mask profiles/arch/sparc/use.stable.mask profiles/arch/x86/package.use.stable.mask profiles/arch/x86/use.stable.mask profiles/base/use.stable.mask X-VCS-Directories: profiles/arch/arm64/ profiles/arch/arm/ profiles/arch/sparc/ profiles/arch/powerpc/ profiles/arch/hppa/ profiles/arch/x86/ profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dc1cf83c71469cc5e2b63e5c28bad3e7583c9260 X-VCS-Branch: master Date: Tue, 8 Nov 2022 05:36:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f0aaae8-5061-4869-ab31-b74871eafc87 X-Archives-Hash: cd2b4652091d571d4af493e327db64d4 commit: dc1cf83c71469cc5e2b63e5c28bad3e7583c9260 Author: Sam James gentoo org> AuthorDate: Tue Nov 8 04:57:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 8 05:36:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1cf83c profiles: unmask py3.11 for amd64; shift rest into arches This will allow gradually unmasking. Not all deps are stable yet. Signed-off-by: Sam James gentoo.org> profiles/arch/arm/package.use.stable.mask | 4 ++++ profiles/arch/arm/use.stable.mask | 5 +++++ profiles/arch/arm64/package.use.stable.mask | 4 ++++ profiles/arch/arm64/use.stable.mask | 5 +++++ profiles/arch/hppa/package.use.stable.mask | 4 ++++ profiles/arch/hppa/use.stable.mask | 5 +++++ profiles/arch/powerpc/package.use.stable.mask | 4 ++++ profiles/arch/powerpc/use.stable.mask | 7 ++++++- profiles/arch/sparc/package.use.stable.mask | 4 ++++ profiles/arch/sparc/use.stable.mask | 5 +++++ profiles/arch/x86/package.use.stable.mask | 4 ++++ profiles/arch/x86/use.stable.mask | 5 +++++ profiles/base/use.stable.mask | 5 ----- 13 files changed, 55 insertions(+), 6 deletions(-) diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index b149b0eec5d0..b4f4e7f33cc3 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2022-11-06) +# Unmask the target on python-exec while it's masked elsewhere. +dev-lang/python-exec -python_targets_python3_11 + # Sam James (2022-07-06) # sci-libs/sundials is not marked stable on arm sci-mathematics/octave sundials diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index c0fee12811ec..d87ffd019008 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James (2022-11-08) +# Mask until dev-lang/python:3.11 becomes stable. +python_targets_python3_11 +python_single_target_python3_11 + # Sam James (2022-01-16) # net-libs/gnome-online-accounts is not marked stable on arm yet gnome-online-accounts diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index f35278ffe81e..35cab10d34bc 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2022-11-06) +# Unmask the target on python-exec while it's masked elsewhere. +dev-lang/python-exec -python_targets_python3_11 + # Sam James (2022-07-06) # sci-libs/sundials is not marked stable on arm64 sci-mathematics/octave sundials diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 75662ccee1bc..a3cbda04ea46 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James (2022-11-08) +# Mask until dev-lang/python:3.11 becomes stable. +python_targets_python3_11 +python_single_target_python3_11 + # Ionen Wolkens (2022-02-17) # x11-drivers/nvidia-drivers is not stable yet video_cards_nvidia diff --git a/profiles/arch/hppa/package.use.stable.mask b/profiles/arch/hppa/package.use.stable.mask index 7cf82efcb40a..90b54e393b45 100644 --- a/profiles/arch/hppa/package.use.stable.mask +++ b/profiles/arch/hppa/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michał Górny (2022-11-06) +# Unmask the target on python-exec while it's masked elsewhere. +dev-lang/python-exec -python_targets_python3_11 + # Sam James (2022-02-02) # net-analyzer/net-snmp is not marked stable on HPPA net-analyzer/ifstat snmp diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask index f6e015839f72..ab85ab59b768 100644 --- a/profiles/arch/hppa/use.stable.mask +++ b/profiles/arch/hppa/use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James (2022-11-08) +# Mask until dev-lang/python:3.11 becomes stable. +python_targets_python3_11 +python_single_target_python3_11 + # Rolf Eike Beer (2021-11-12) # dev-libs/nspr and dev-libs/nss are not stable on hppa nss diff --git a/profiles/arch/powerpc/package.use.stable.mask b/profiles/arch/powerpc/package.use.stable.mask index 38f788d28fff..f8aa43f0355b 100644 --- a/profiles/arch/powerpc/package.use.stable.mask +++ b/profiles/arch/powerpc/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michał Górny (2022-11-06) +# Unmask the target on python-exec while it's masked elsewhere. +dev-lang/python-exec -python_targets_python3_11 + # Sam James (2021-10-25) # Various unstable dependencies: # gnome-base/nautilus diff --git a/profiles/arch/powerpc/use.stable.mask b/profiles/arch/powerpc/use.stable.mask index e895c62d8be8..1413346bedd4 100644 --- a/profiles/arch/powerpc/use.stable.mask +++ b/profiles/arch/powerpc/use.stable.mask @@ -1,9 +1,14 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James (2022-11-08) +# Mask until dev-lang/python:3.11 becomes stable. +python_targets_python3_11 +python_single_target_python3_11 + # Matt Turner (2018-04-25) # Dropped stable keywords octave diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask index 2f0f7b4fc724..0e301da22bc5 100644 --- a/profiles/arch/sparc/package.use.stable.mask +++ b/profiles/arch/sparc/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny (2022-11-06) +# Unmask the target on python-exec while it's masked elsewhere. +dev-lang/python-exec -python_targets_python3_11 + # Sam James (2022-09-12) # dev-lang/rust lacks wiring up to use our custom rust-bin bootstrap # tarball, so force system-bootstrap instead (i.e. force using rust-bin diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index 3062c3d30baa..c247b6c607dd 100644 --- a/profiles/arch/sparc/use.stable.mask +++ b/profiles/arch/sparc/use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James (2022-11-08) +# Mask until dev-lang/python:3.11 becomes stable. +python_targets_python3_11 +python_single_target_python3_11 + # Matt Turner (2022-09-16) # gui-libs/gtk is not stable here gtk4 diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 2183c009cb16..3d18401172ef 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michał Górny (2022-11-06) +# Unmask the target on python-exec while it's masked elsewhere. +dev-lang/python-exec -python_targets_python3_11 + # Andreas Sturmlechner (2022-09-14) # sci-libs/vtk is not stable on x86 and we don't want to complicate # newer maxima stabilisation, bug #867547 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 093b69d79a82..a0c0ded8922d 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -4,6 +4,11 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James (2022-11-08) +# Mask until dev-lang/python:3.11 becomes stable. +python_targets_python3_11 +python_single_target_python3_11 + # Sam James (2020-11-10) # media-gfx/openvdb is not stable on x86 # ... and has failing tests right now anyway diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask index a4e777b49d31..7d10497e3920 100644 --- a/profiles/base/use.stable.mask +++ b/profiles/base/use.stable.mask @@ -8,11 +8,6 @@ # Postgres:15 is not stable yet postgres_targets_postgres15 -# Michał Górny (2022-05-08) -# Mask until dev-lang/python:3.11 becomes stable. -python_targets_python3_11 -python_single_target_python3_11 - # Sergei Trofimovich (2020-04-13) # dev-vcs/darcs (dev-lang/ghc) has no stable keywords. darcs