commit: 6ab4c223e063efc9db18982cc135b20d0b1f8da8 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sun Aug 29 15:44:58 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sun Aug 29 15:44:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab4c223
app-crypt/pinentry: fix gtk dependency Closes: https://bugs.gentoo.org/767424 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> app-crypt/pinentry/pinentry-1.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild index a5213875ce9..14485afa841 100644 --- a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild +++ b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild @@ -30,7 +30,7 @@ DEPEND=" ) " RDEPEND="${DEPEND} - gtk? ( app-crypt/gcr ) + gtk? ( app-crypt/gcr[gtk] ) " BDEPEND=" sys-devel/gettext
