summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-16 13:20:12 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-16 13:30:23 +0200
commit251572909998857823978eeb83c4fe568936231d (patch)
tree5c0b18ec4a867dc0a5b1e4b523c2bd74028cc54f /app-text/pinfo/pinfo-0.6.10-r5.ebuild
parentsci-biology/bamtools: Restrict Version of dev-libs/jsoncpp in deps, bug #5501... (diff)
downloadgentoo-251572909998857823978eeb83c4fe568936231d.tar.gz
gentoo-251572909998857823978eeb83c4fe568936231d.tar.bz2
gentoo-251572909998857823978eeb83c4fe568936231d.zip
app-text/pinfo: Use slot operators for ncurses
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-text/pinfo/pinfo-0.6.10-r5.ebuild')
-rw-r--r--app-text/pinfo/pinfo-0.6.10-r5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/pinfo/pinfo-0.6.10-r5.ebuild b/app-text/pinfo/pinfo-0.6.10-r5.ebuild
index 1674728856d3..dc55a82dc30a 100644
--- a/app-text/pinfo/pinfo-0.6.10-r5.ebuild
+++ b/app-text/pinfo/pinfo-0.6.10-r5.ebuild
@@ -3,6 +3,7 @@
# $Id$
EAPI=5
+
inherit autotools eutils flag-o-matic
DESCRIPTION="Hypertext info and man viewer based on (n)curses"
@@ -14,7 +15,7 @@ SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="nls readline"
-RDEPEND="sys-libs/ncurses:=
+RDEPEND="sys-libs/ncurses:5=
sys-libs/readline:0=
nls? ( virtual/libintl )
"