diff options
author | David Seifert <soap@gentoo.org> | 2017-12-10 15:10:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-10 15:14:19 +0100 |
commit | 0bbd78953ce073bfdc718972bfc474210fda2920 (patch) | |
tree | 8ae7b86c9ade2986e103c4686108c1e320f4fe23 /app-admin/xstow | |
parent | app-admin/webalizer: [QA] Fix dependency.missingslot (diff) | |
download | gentoo-0bbd78953ce073bfdc718972bfc474210fda2920.tar.gz gentoo-0bbd78953ce073bfdc718972bfc474210fda2920.tar.bz2 gentoo-0bbd78953ce073bfdc718972bfc474210fda2920.zip |
app-admin/xstow: [QA] Fix dependency.missingslot
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'app-admin/xstow')
-rw-r--r-- | app-admin/xstow/xstow-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |