diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-04 13:20:55 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-04 13:44:12 +0100 |
commit | e638f21970e1c415c07326e7b1db309bc3cf3655 (patch) | |
tree | eacb1d46ff4d4fee2483aa9e808a703108a46db1 | |
parent | 51b50e46e53cf03281491b859d5a487b3c7af209 (diff) | |
download | gentoo-e638f21970e1c415c07326e7b1db309bc3cf3655.tar.gz gentoo-e638f21970e1c415c07326e7b1db309bc3cf3655.tar.xz |
app-admin/whowatch: Added sub-slot dependency for sys-libs/ncurses.
Package-Manager: portage-2.3.2
-rw-r--r-- | app-admin/whowatch/whowatch-1.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/whowatch/whowatch-1.8.5.ebuild b/app-admin/whowatch/whowatch-1.8.5.ebuild index 1a5867a8a26..c3cba277395 100644 --- a/app-admin/whowatch/whowatch-1.8.5.ebuild +++ b/app-admin/whowatch/whowatch-1.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm hppa ~mips ppc x86" IUSE="" RDEPEND=" - sys-libs/ncurses + sys-libs/ncurses:0= " DEPEND=" ${RDEPEND} |