From 0bbd78953ce073bfdc718972bfc474210fda2920 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 10 Dec 2017 15:10:45 +0100 Subject: app-admin/xstow: [QA] Fix dependency.missingslot Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- app-admin/xstow/xstow-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-admin/xstow') 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() { -- cgit v1.2.3-65-gdbad