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 | |
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')
-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 85b260bf315e..ced80e6e70d2 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*:5= ) sqlite? ( dev-db/sqlite:3= ) tk? ( dev-lang/tk:0= |