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 C9A91158020 for ; Tue, 8 Nov 2022 05:46:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E98D6E097D; Tue, 8 Nov 2022 05:46:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE53EE097D for ; Tue, 8 Nov 2022 05:46:43 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B117E341220 for ; Tue, 8 Nov 2022 05:46:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AA61710 for ; Tue, 8 Nov 2022 05:46:41 +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: <1667886396.ca13c8c6c4007aa508332bc283997600b881742e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/arch/x86/, profiles/arch/arm/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm/package.use.stable.mask profiles/arch/arm64/package.use.stable.mask profiles/arch/hppa/package.use.stable.mask profiles/arch/powerpc/package.use.stable.mask profiles/arch/sparc/package.use.stable.mask profiles/arch/x86/package.use.stable.mask X-VCS-Directories: profiles/arch/arm/ profiles/arch/arm64/ profiles/arch/hppa/ profiles/arch/powerpc/ profiles/arch/x86/ profiles/arch/sparc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ca13c8c6c4007aa508332bc283997600b881742e X-VCS-Branch: master Date: Tue, 8 Nov 2022 05:46:41 +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: 31f70c09-b0c7-46ff-96ef-72372dbe9d42 X-Archives-Hash: 2b24b9480739b0f007345eed51c74446 commit: ca13c8c6c4007aa508332bc283997600b881742e Author: Sam James gentoo org> AuthorDate: Tue Nov 8 05:46:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 8 05:46:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca13c8c6 profiles/arch: drop extraneous py3.11 masks Fixes: dc1cf83c71469cc5e2b63e5c28bad3e7583c9260 Signed-off-by: Sam James gentoo.org> profiles/arch/arm/package.use.stable.mask | 4 ---- profiles/arch/arm64/package.use.stable.mask | 4 ---- profiles/arch/hppa/package.use.stable.mask | 4 ---- profiles/arch/powerpc/package.use.stable.mask | 4 ---- profiles/arch/sparc/package.use.stable.mask | 4 ---- profiles/arch/x86/package.use.stable.mask | 4 ---- 6 files changed, 24 deletions(-) diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index b4f4e7f33cc3..b149b0eec5d0 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -1,10 +1,6 @@ # 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/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index 35cab10d34bc..f35278ffe81e 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,10 +1,6 @@ # 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/hppa/package.use.stable.mask b/profiles/arch/hppa/package.use.stable.mask index 90b54e393b45..7cf82efcb40a 100644 --- a/profiles/arch/hppa/package.use.stable.mask +++ b/profiles/arch/hppa/package.use.stable.mask @@ -17,10 +17,6 @@ #--- 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/powerpc/package.use.stable.mask b/profiles/arch/powerpc/package.use.stable.mask index f8aa43f0355b..38f788d28fff 100644 --- a/profiles/arch/powerpc/package.use.stable.mask +++ b/profiles/arch/powerpc/package.use.stable.mask @@ -17,10 +17,6 @@ #--- 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/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask index 0e301da22bc5..2f0f7b4fc724 100644 --- a/profiles/arch/sparc/package.use.stable.mask +++ b/profiles/arch/sparc/package.use.stable.mask @@ -1,10 +1,6 @@ # 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/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 3d18401172ef..2183c009cb16 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -17,10 +17,6 @@ #--- 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