app-crypt/pinentry: relax REQUIRED_USE
authorAlon Bar-Lev <alonbl@gentoo.org>
Tue, 14 Nov 2017 20:03:37 +0000 (22:03 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Tue, 14 Nov 2017 20:04:16 +0000 (22:04 +0200)
Gentoo-Bug: https://bugs.gentoo.org/637510
Package-Manager: Portage-2.3.8, Repoman-2.3.3

app-crypt/pinentry/pinentry-1.0.0-r2.ebuild

index 1f5f8bde87e94547dd1fb5fd9d310f6a884d7c8f..a5e41681c2cfa553a3e737a993ae23fc0c6f11f4 100644 (file)
@@ -39,10 +39,8 @@ RDEPEND="${CDEPEND}
 "
 
 REQUIRED_USE="
-       || ( ncurses gtk qt5 )
        gtk? ( !static )
        qt5? ( !static )
-       static? ( ncurses )
 "
 
 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )