commit: 5bdb3e54640c023afcb8266d6c865ac49fae705f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 1 17:52:13 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 1 17:53:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdb3e54
profiles/arch: Mask app-alternatives/gpg[sequoia] unless keyworded Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/arm64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index e8291711a6d1..13513849855d 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2025-11-01) +# app-crypt/sequoia-chameleon-gnupg is keyworded here. +app-alternatives/gpg -sequoia + # Ionen Wolkens <[email protected]> (2025-10-22) # dev-lang/deno-bin is keyworded here net-misc/yt-dlp -deno diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index ac268808d62a..e782ebc47899 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2025-11-01) +# app-crypt/sequoia-chameleon-gnupg is keyworded here. +app-alternatives/gpg -sequoia + # Ionen Wolkens <[email protected]> (2025-10-22) # dev-lang/deno-bin is keyworded here net-misc/yt-dlp -deno diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index bda3e71dc6a6..910bae84a57b 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2025-11-01) +# app-crypt/sequoia-chameleon-gnupg is not keyworded everywhere. +app-alternatives/gpg sequoia + # Ionen Wolkens <[email protected]> (2025-10-21) # Uses dev-lang/deno-bin which offers limited per-arch prebuilts # (source build is currently unpackaged and is non-trivial due to v8)
