commit: b2de1624de53852aabd2cd3cbef1e7c419ef6ba1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 14:11:41 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 14:16:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2de1624
app-misc/cdargs: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
app-misc/cdargs/cdargs-1.35-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/cdargs/cdargs-1.35-r2.ebuild
b/app-misc/cdargs/cdargs-1.35-r2.ebuild
index c679856b7ba..28fca19b1a6 100644
--- a/app-misc/cdargs/cdargs-1.35-r2.ebuild
+++ b/app-misc/cdargs/cdargs-1.35-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc ~sparc x86"
IUSE="emacs"
DEPEND="
- sys-libs/ncurses
+ sys-libs/ncurses:0=
emacs? ( virtual/emacs )"
RDEPEND="${DEPEND}"