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-admin/xstow/
Date: Sun, 10 Dec 2017 14:16:59
Message-Id: 1512915259.0bbd78953ce073bfdc718972bfc474210fda2920.soap@gentoo
1 commit: 0bbd78953ce073bfdc718972bfc474210fda2920
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:10:45 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:14:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bbd7895
7
8 app-admin/xstow: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-admin/xstow/xstow-1.0.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/xstow/xstow-1.0.1.ebuild b/app-admin/xstow/xstow-1.0.1.ebuild
16 index 34a6c3f8144..de7357598a6 100644
17 --- a/app-admin/xstow/xstow-1.0.1.ebuild
18 +++ b/app-admin/xstow/xstow-1.0.1.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 @@ -14,7 +14,7 @@ SLOT="0"
26 KEYWORDS="amd64 ppc x86"
27 IUSE="ncurses"
28
29 -DEPEND="ncurses? ( sys-libs/ncurses )"
30 +DEPEND="ncurses? ( sys-libs/ncurses:0= )"
31 RDEPEND="${DEPEND}"
32
33 src_prepare() {