summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-26 02:17:49 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-26 02:49:08 -0400
commit051ad88caa127419c80d473021ab8909a2268789 (patch)
tree07c67593df989479bf9c311a16e92532442ce5ef /sys-process
parentdev-python/pypy*: fix ncurses dep #557472 (diff)
downloadgentoo-051ad88caa127419c80d473021ab8909a2268789.tar.gz
gentoo-051ad88caa127419c80d473021ab8909a2268789.tar.bz2
gentoo-051ad88caa127419c80d473021ab8909a2268789.zip
sys-libs/ncurses: move to SLOT=0 #557472
Use SLOT=0 for installing of main development files like other packages so we can use other SLOTs for installing SONAME libs for binary packages.
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/ftop/ftop-1.0.ebuild2
-rw-r--r--sys-process/htop/htop-1.0.3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/ftop/ftop-1.0.ebuild b/sys-process/ftop/ftop-1.0.ebuild
index ddd7b1ec0a24..6f8e2ffc223a 100644
--- a/sys-process/ftop/ftop-1.0.ebuild
+++ b/sys-process/ftop/ftop-1.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~hppa ~x86"
-DEPEND="sys-libs/ncurses:5="
+DEPEND="sys-libs/ncurses:0="
RDEPEND="${DEPEND}"
PATCHES=(
diff --git a/sys-process/htop/htop-1.0.3.ebuild b/sys-process/htop/htop-1.0.3.ebuild
index 6a433f5340d4..9aea84a18104 100644
--- a/sys-process/htop/htop-1.0.3.ebuild
+++ b/sys-process/htop/htop-1.0.3.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
IUSE="kernel_FreeBSD kernel_linux oom openvz unicode vserver"
-RDEPEND="sys-libs/ncurses:5=[unicode?]"
+RDEPEND="sys-libs/ncurses:0=[unicode?]"
DEPEND="${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig"