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/pypy-bin/pypy-bin-2.4.0.ebuild | |
parent | c62ea7e0198b398bedc12d48f3a294b845c05681 (diff) | |
download | gentoo-f8eefe5a5c77d8c5cc6aa74297d6d245abf003fa.tar.gz gentoo-f8eefe5a5c77d8c5cc6aa74297d6d245abf003fa.tar.xz |
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/pypy-bin/pypy-bin-2.4.0.ebuild')
-rw-r--r-- | dev-python/pypy-bin/pypy-bin-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy-bin/pypy-bin-2.4.0.ebuild b/dev-python/pypy-bin/pypy-bin-2.4.0.ebuild index 50305e70c82..4b2a509ad70 100644 --- a/dev-python/pypy-bin/pypy-bin-2.4.0.ebuild +++ b/dev-python/pypy-bin/pypy-bin-2.4.0.ebuild @@ -58,7 +58,7 @@ RDEPEND=" dev-libs/libffi:0 dev-libs/openssl:0[-bindist] 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= ) |