diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-08-15 09:10:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-08-15 09:10:46 +0200 |
commit | 2fd64a3588cc4436392871c0001d13f5e7eb0d77 (patch) | |
tree | 11deea02c293dc2c87a26d87c21b24ce38abcea4 /dev-python/pypy | |
parent | x11-terms/guake: Add dependency on dev-libs/keybinder:0[python] (diff) | |
download | gentoo-2fd64a3588cc4436392871c0001d13f5e7eb0d77.tar.gz gentoo-2fd64a3588cc4436392871c0001d13f5e7eb0d77.tar.bz2 gentoo-2fd64a3588cc4436392871c0001d13f5e7eb0d77.zip |
dev-python/pypy-2.6.0: restore more flex ncurses dep, confirmed working
Allow the newer sys-libs/ncurses version as it has been confirmed to
work with pypy-2.6.0.
Bug: https://bugs.gentoo.org/show_bug.cgi?id=557540#c6
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-python/pypy')
-rw-r--r-- | dev-python/pypy/pypy-2.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy/pypy-2.6.0.ebuild b/dev-python/pypy/pypy-2.6.0.ebuild index a1a40cbe1f71..18a8810327d8 100644 --- a/dev-python/pypy/pypy-2.6.0.ebuild +++ b/dev-python/pypy/pypy-2.6.0.ebuild @@ -26,7 +26,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= ) sqlite? ( dev-db/sqlite:3= ) tk? ( dev-lang/tk:0= |