Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cdargs/
Date: Sun, 10 Dec 2017 14:17:09
Message-Id: 1512915361.b2de1624de53852aabd2cd3cbef1e7c419ef6ba1.soap@gentoo
1 commit: b2de1624de53852aabd2cd3cbef1e7c419ef6ba1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:11:41 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:16:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2de1624
7
8 app-misc/cdargs: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-misc/cdargs/cdargs-1.35-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/cdargs/cdargs-1.35-r2.ebuild b/app-misc/cdargs/cdargs-1.35-r2.ebuild
16 index c679856b7ba..28fca19b1a6 100644
17 --- a/app-misc/cdargs/cdargs-1.35-r2.ebuild
18 +++ b/app-misc/cdargs/cdargs-1.35-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc ~sparc x86"
26 IUSE="emacs"
27
28 DEPEND="
29 - sys-libs/ncurses
30 + sys-libs/ncurses:0=
31 emacs? ( virtual/emacs )"
32 RDEPEND="${DEPEND}"