From: Ulrich Müller Date: Tue, 9 Feb 2016 21:34:50 +0000 (+0100) Subject: app-editors/teco: Add proper slot dependency on ncurses. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=11cf3f9fedc75c47d2b186e2736b9778180056f3;p=gentoo.git app-editors/teco: Add proper slot dependency on ncurses. Package-Manager: portage-2.2.27 --- diff --git a/app-editors/teco/teco-1.00-r4.ebuild b/app-editors/teco/teco-1.00-r4.ebuild index 1acf2f9a3fcf..fe54ed13b3cc 100644 --- a/app-editors/teco/teco-1.00-r4.ebuild +++ b/app-editors/teco/teco-1.00-r4.ebuild @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="doc" -RDEPEND="sys-libs/ncurses" +RDEPEND="sys-libs/ncurses:0" DEPEND="${RDEPEND} virtual/pkgconfig"