diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-01 12:49:52 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-01 13:16:43 -0400 |
commit | 6f06f7d5f63743e5c1c38994ff1366efb829fedd (patch) | |
tree | 240818662e03b21a0c486dc0e4f9d7c66d39bd12 /app-crypt | |
parent | app-crypt/pinentry: Drop old versions (diff) | |
download | gentoo-6f06f7d5f63743e5c1c38994ff1366efb829fedd.tar.gz gentoo-6f06f7d5f63743e5c1c38994ff1366efb829fedd.tar.bz2 gentoo-6f06f7d5f63743e5c1c38994ff1366efb829fedd.zip |
app-crypt/pinentry: Depend on app-crypt/gcr:0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pinentry/pinentry-1.2.1-r1.ebuild (renamed from app-crypt/pinentry/pinentry-1.2.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/pinentry/pinentry-1.2.1.ebuild b/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild index 7f40b2816016..4aa172fa6804 100644 --- a/app-crypt/pinentry/pinentry-1.2.1.ebuild +++ b/app-crypt/pinentry/pinentry-1.2.1-r1.ebuild @@ -31,7 +31,7 @@ DEPEND=" " RDEPEND=" ${DEPEND} - gtk? ( app-crypt/gcr[gtk] ) + gtk? ( app-crypt/gcr:0[gtk] ) " BDEPEND=" sys-devel/gettext |