summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-02-09 22:34:50 +0100
committerUlrich Müller <ulm@gentoo.org>2016-02-09 22:34:50 +0100
commit11cf3f9fedc75c47d2b186e2736b9778180056f3 (patch)
treec97b284bba75cbd228f072a03ea4f066386465fd /app-editors
parentdev-haskell/profunctors: slightly expand on package description (diff)
downloadgentoo-11cf3f9fedc75c47d2b186e2736b9778180056f3.tar.gz
gentoo-11cf3f9fedc75c47d2b186e2736b9778180056f3.tar.bz2
gentoo-11cf3f9fedc75c47d2b186e2736b9778180056f3.zip
app-editors/teco: Add proper slot dependency on ncurses.
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/teco/teco-1.00-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
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"