diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-26 02:17:49 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-26 02:49:08 -0400 |
commit | 051ad88caa127419c80d473021ab8909a2268789 (patch) | |
tree | 07c67593df989479bf9c311a16e92532442ce5ef /dev-python/pypy3 | |
parent | dev-python/pypy*: fix ncurses dep #557472 (diff) | |
download | gentoo-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 'dev-python/pypy3')
-rw-r--r-- | dev-python/pypy3/pypy3-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy3/pypy3-2.4.0.ebuild b/dev-python/pypy3/pypy3-2.4.0.ebuild index ced80e6e70d2..1c66a024bcb9 100644 --- a/dev-python/pypy3/pypy3-2.4.0.ebuild +++ b/dev-python/pypy3/pypy3-2.4.0.ebuild @@ -25,7 +25,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3:0= dev-libs/openssl:0= bzip2? ( app-arch/bzip2:0= ) gdbm? ( sys-libs/gdbm:0= ) - ncurses? ( =sys-libs/ncurses-5*:5= ) + ncurses? ( =sys-libs/ncurses-5*:0= ) sqlite? ( dev-db/sqlite:3= ) tk? ( dev-lang/tk:0= |