commit: 919ea40ad2de1d7b1b3658836a18f1d88064e9ac Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 8 17:24:29 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 8 17:28:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919ea40a
profiles: Mask >=dev-lang/python-3.14[verify-sig] on non-amd64 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 5 +++++ profiles/arch/base/package.use.mask | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index a96953033246..c2fd7da55bf0 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2025-05-08) +# dev-python/sigstore is keyworded here. +>=dev-lang/python-3.14 -verify-sig +>=dev-python/python-tests-3.14 -verify-sig + # Jimi Huotari <[email protected]> (2025-04-24) # Unmask on amd64. lxqt-base/lxqt-meta -wayland diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index ddacbeecd89c..13d686d67e07 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2025-05-08) +# dev-python/sigstore is not keyworded everywhere. +>=dev-lang/python-3.14 verify-sig +>=dev-python/python-tests-3.14 verify-sig + # Jimi Huotari <[email protected]> (2025-04-24) # lxqt-base/lxqt-wayland-session is only keyworded for amd64 at this time. lxqt-base/lxqt-meta wayland
