From: Justin Lecher Date: Sun, 16 Aug 2015 11:20:12 +0000 (+0200) Subject: app-text/pinfo: Use slot operators for ncurses X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=251572909998857823978eeb83c4fe568936231d;p=gentoo.git app-text/pinfo: Use slot operators for ncurses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/app-text/pinfo/metadata.xml b/app-text/pinfo/metadata.xml index 3fcf9a077c2a..25aee7af786b 100644 --- a/app-text/pinfo/metadata.xml +++ b/app-text/pinfo/metadata.xml @@ -1,7 +1,7 @@ - -jer@gentoo.org - + + jer@gentoo.org + 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 ) "