commit: d5787e80ef85466177b2312e4ba694f9e58e4067
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 31 16:39:19 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 31 16:39:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5787e80
app-crypt/glep63-check: Permit app-alternatives/gpg
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/glep63-check/glep63-check-11.ebuild | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/app-crypt/glep63-check/glep63-check-11.ebuild
b/app-crypt/glep63-check/glep63-check-11.ebuild
index 219a87590c93..68be53985140 100644
--- a/app-crypt/glep63-check/glep63-check-11.ebuild
+++ b/app-crypt/glep63-check/glep63-check-11.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
@@ -20,11 +20,15 @@ SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
RDEPEND="
- app-crypt/gnupg
+ app-alternatives/gpg
"
DEPEND="
test? (
- >=app-crypt/gnupg-2.3.3
+ || (
+ app-alternatives/gpg[reference]
+ app-alternatives/gpg[freepg(-)]
+ )
+ ${RDEPEND}
sys-libs/libfaketime
)
"