diff options
author | 2015-08-26 02:45:38 -0400 | |
---|---|---|
committer | 2015-08-26 02:45:38 -0400 | |
commit | f8eefe5a5c77d8c5cc6aa74297d6d245abf003fa (patch) | |
tree | 3ded956bf4dccae5b861ed8d2dba2fc47bb45996 /dev-python/pypy | |
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/pypy')
-rw-r--r-- | dev-python/pypy/pypy-2.4.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pypy/pypy-2.5.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy/pypy-2.4.0.ebuild b/dev-python/pypy/pypy-2.4.0.ebuild index e57a65c2bde6..173a88abe4f1 100644 --- a/dev-python/pypy/pypy-2.4.0.ebuild +++ b/dev-python/pypy/pypy-2.4.0.ebuild @@ -24,7 +24,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= diff --git a/dev-python/pypy/pypy-2.5.1.ebuild b/dev-python/pypy/pypy-2.5.1.ebuild index 0e367df58e67..809ebe5e0234 100644 --- a/dev-python/pypy/pypy-2.5.1.ebuild +++ b/dev-python/pypy/pypy-2.5.1.ebuild @@ -23,7 +23,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3:0= dev-libs/openssl:0=[-bindist] 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= |