diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-16 01:20:15 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-16 09:10:05 +0200 |
commit | 2a6be7a8b6f857c9641ae0bfe2dc1dfb6fc8f252 (patch) | |
tree | 4ac656433531b1509b21f762dc0cfd534fbd0bde /app-editors/teco | |
parent | net-libs/nodejs: Versions 8.16.1 10.16.3 12.8.1 (diff) | |
download | gentoo-2a6be7a8b6f857c9641ae0bfe2dc1dfb6fc8f252.tar.gz gentoo-2a6be7a8b6f857c9641ae0bfe2dc1dfb6fc8f252.tar.bz2 gentoo-2a6be7a8b6f857c9641ae0bfe2dc1dfb6fc8f252.zip |
app-editors/teco: Add slot operator for ncurses.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/teco')
-rw-r--r-- | app-editors/teco/teco-1.00-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/teco/teco-1.00-r4.ebuild b/app-editors/teco/teco-1.00-r4.ebuild index cf8e0ec22eb5..5973b0b3eeda 100644 --- a/app-editors/teco/teco-1.00-r4.ebuild +++ b/app-editors/teco/teco-1.00-r4.ebuild @@ -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" |