Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/
Date: Sun, 29 Aug 2021 15:45:58
Message-Id: 1630251898.6ab4c223e063efc9db18982cc135b20d0b1f8da8.zlogene@gentoo
1 commit: 6ab4c223e063efc9db18982cc135b20d0b1f8da8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 29 15:44:58 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 29 15:44:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab4c223
7
8 app-crypt/pinentry: fix gtk dependency
9
10 Closes: https://bugs.gentoo.org/767424
11
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 app-crypt/pinentry/pinentry-1.1.1-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
18 index a5213875ce9..14485afa841 100644
19 --- a/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
20 +++ b/app-crypt/pinentry/pinentry-1.1.1-r1.ebuild
21 @@ -30,7 +30,7 @@ DEPEND="
22 )
23 "
24 RDEPEND="${DEPEND}
25 - gtk? ( app-crypt/gcr )
26 + gtk? ( app-crypt/gcr[gtk] )
27 "
28 BDEPEND="
29 sys-devel/gettext