app-editors/teco: Add slot operator for ncurses.
authorUlrich Müller <ulm@gentoo.org>
Thu, 15 Aug 2019 23:20:15 +0000 (01:20 +0200)
committerUlrich Müller <ulm@gentoo.org>
Fri, 16 Aug 2019 07:10:05 +0000 (09:10 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-editors/teco/teco-1.00-r4.ebuild

index cf8e0ec22eb5717dc25c3e56cca7528a609de81d..5973b0b3eedab78299ae65569dc8121e219815bb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
-RDEPEND="sys-libs/ncurses:0"
+RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}
        virtual/pkgconfig"