commit: b9826b43a7cd0527634c96ee6166c0cb0fa0f268
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 31 16:53:30 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 31 16:53:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9826b43
app-crypt/gcr: Permit app-alternatives/gpg
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-crypt/gcr/gcr-3.41.2-r1.ebuild | 4 ++--
app-crypt/gcr/gcr-4.4.0.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-crypt/gcr/gcr-3.41.2-r1.ebuild
b/app-crypt/gcr/gcr-3.41.2-r1.ebuild
index 2a29a3c3eaf8..4b043045aa7f 100644
--- a/app-crypt/gcr/gcr-3.41.2-r1.ebuild
+++ b/app-crypt/gcr/gcr-3.41.2-r1.ebuild
@@ -32,7 +32,7 @@ DEPEND="
introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= )
"
RDEPEND="${DEPEND}"
-PDEPEND="app-crypt/gnupg"
+PDEPEND="app-alternatives/gpg"
BDEPEND="
${PYTHON_DEPS}
gtk? ( dev-libs/libxml2:2 )
@@ -40,7 +40,7 @@ BDEPEND="
dev-util/glib-utils
gtk-doc? ( dev-util/gi-docgen )
>=sys-devel/gettext-0.19.8
- test? ( app-crypt/gnupg )
+ test? ( app-alternatives/gpg )
virtual/pkgconfig
vala? ( $(vala_depend) )
"
diff --git a/app-crypt/gcr/gcr-4.4.0.1.ebuild b/app-crypt/gcr/gcr-4.4.0.1.ebuild
index ec267ccd9e16..eb0796ba113b 100644
--- a/app-crypt/gcr/gcr-4.4.0.1.ebuild
+++ b/app-crypt/gcr/gcr-4.4.0.1.ebuild
@@ -32,14 +32,14 @@ DEPEND="
introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= )
"
RDEPEND="${DEPEND}"
-PDEPEND="app-crypt/gnupg"
+PDEPEND="app-alternatives/gpg"
BDEPEND="
gtk? ( dev-libs/libxml2:2 )
dev-util/gdbus-codegen
dev-util/glib-utils
gtk-doc? ( dev-util/gi-docgen )
>=sys-devel/gettext-0.19.8
- test? ( app-crypt/gnupg )
+ test? ( app-alternatives/gpg )
virtual/pkgconfig
vala? ( $(vala_depend) )
"