Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/
Date: Tue, 14 Nov 2017 20:04:25
Message-Id: 1510689856.7a268173ceb6515e822e8bba04696b2208fd1eb8.alonbl@gentoo
1 commit: 7a268173ceb6515e822e8bba04696b2208fd1eb8
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 20:03:37 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 20:04:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a268173
7
8 app-crypt/pinentry: relax REQUIRED_USE
9
10 Gentoo-Bug: https://bugs.gentoo.org/637510
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 app-crypt/pinentry/pinentry-1.0.0-r2.ebuild | 2 --
14 1 file changed, 2 deletions(-)
15
16 diff --git a/app-crypt/pinentry/pinentry-1.0.0-r2.ebuild b/app-crypt/pinentry/pinentry-1.0.0-r2.ebuild
17 index 1f5f8bde87e..a5e41681c2c 100644
18 --- a/app-crypt/pinentry/pinentry-1.0.0-r2.ebuild
19 +++ b/app-crypt/pinentry/pinentry-1.0.0-r2.ebuild
20 @@ -39,10 +39,8 @@ RDEPEND="${CDEPEND}
21 "
22
23 REQUIRED_USE="
24 - || ( ncurses gtk qt5 )
25 gtk? ( !static )
26 qt5? ( !static )
27 - static? ( ncurses )
28 "
29
30 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )