From: David Seifert Date: Sun, 10 Dec 2017 14:10:45 +0000 (+0100) Subject: app-admin/xstow: [QA] Fix dependency.missingslot X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0bbd78953ce073bfdc718972bfc474210fda2920;p=gentoo.git app-admin/xstow: [QA] Fix dependency.missingslot Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- diff --git a/app-admin/xstow/xstow-1.0.1.ebuild b/app-admin/xstow/xstow-1.0.1.ebuild index 34a6c3f81440..de7357598a6c 100644 --- a/app-admin/xstow/xstow-1.0.1.ebuild +++ b/app-admin/xstow/xstow-1.0.1.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 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="ncurses" -DEPEND="ncurses? ( sys-libs/ncurses )" +DEPEND="ncurses? ( sys-libs/ncurses:0= )" RDEPEND="${DEPEND}" src_prepare() {