commit: 1f0298ff85abf1f3375edc924796437216c47e61
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 28 14:43:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 28 14:44:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0298ff
sec-keys.eclass: Use app-alternatives/gpg
Tested on sec-keys/openpgp-keys-llvm, with sequoia and freepg.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/sec-keys.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/sec-keys.eclass b/eclass/sec-keys.eclass
index ccc9dfcccfe1..988c97aab78a 100644
--- a/eclass/sec-keys.eclass
+++ b/eclass/sec-keys.eclass
@@ -99,7 +99,7 @@ PROPERTIES="test_network"
RESTRICT="!test? ( test ) test"
BDEPEND="
- app-crypt/gnupg
+ app-alternatives/gpg
test? ( app-crypt/pgpdump )
"