diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-26 02:45:38 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-26 02:45:38 -0400 |
commit | f8eefe5a5c77d8c5cc6aa74297d6d245abf003fa (patch) | |
tree | 3ded956bf4dccae5b861ed8d2dba2fc47bb45996 /dev-python/pypy3-bin | |
parent | dev-ruby/capybara: fix slot dependencies (diff) | |
download | gentoo-f8eefe5a5c77d8c5cc6aa74297d6d245abf003fa.tar.gz gentoo-f8eefe5a5c77d8c5cc6aa74297d6d245abf003fa.tar.bz2 gentoo-f8eefe5a5c77d8c5cc6aa74297d6d245abf003fa.zip |
dev-python/pypy*: fix ncurses dep #557472
There is no 5 subslot, so trying to depend on it won't actually work.
Diffstat (limited to 'dev-python/pypy3-bin')
-rw-r--r-- | dev-python/pypy3-bin/pypy3-bin-2.4.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r1.ebuild b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r1.ebuild index f1d934153785..bc7f18c9554d 100644 --- a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r1.ebuild +++ b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r1.ebuild @@ -59,7 +59,7 @@ RDEPEND=" dev-libs/libffi:0 dev-libs/openssl:0 sys-libs/glibc:2.2 - sys-libs/ncurses:5/5 + =sys-libs/ncurses-5*:5 sys-libs/zlib:0 gdbm? ( sys-libs/gdbm:0= ) sqlite? ( dev-db/sqlite:3= ) |