summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-16 13:05:32 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-16 13:30:18 +0200
commit10b43c11887708e2c0cef46022b874b2df521125 (patch)
tree3016da70495e43835115450933ca830b83208660 /app-crypt/pinentry/pinentry-0.9.5.ebuild
parentprofiles: Mask dev-java/base64 for removal. See bug 557866. (diff)
downloadgentoo-10b43c11887708e2c0cef46022b874b2df521125.tar.gz
gentoo-10b43c11887708e2c0cef46022b874b2df521125.tar.bz2
gentoo-10b43c11887708e2c0cef46022b874b2df521125.zip
app-crypt/pinentry: Use slot operators for ncurses
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-crypt/pinentry/pinentry-0.9.5.ebuild')
-rw-r--r--app-crypt/pinentry/pinentry-0.9.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/pinentry/pinentry-0.9.5.ebuild b/app-crypt/pinentry/pinentry-0.9.5.ebuild
index ef825c21e56b..567f98d1b3d0 100644
--- a/app-crypt/pinentry/pinentry-0.9.5.ebuild
+++ b/app-crypt/pinentry/pinentry-0.9.5.ebuild
@@ -21,9 +21,9 @@ RDEPEND="
app-eselect/eselect-pinentry
caps? ( sys-libs/libcap )
gtk? ( x11-libs/gtk+:2 )
- ncurses? ( sys-libs/ncurses )
+ ncurses? ( sys-libs/ncurses:5= )
qt4? ( >=dev-qt/qtgui-4.4.1:4 )
- static? ( >=sys-libs/ncurses-5.7-r5[static-libs,-gpm] )
+ static? ( >=sys-libs/ncurses-5.7-r5:5=[static-libs,-gpm] )
"
DEPEND="${RDEPEND}
sys-devel/gettext