diff options
| author | Michał Górny <mgorny@gentoo.org> | 2015-11-11 12:37:18 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2015-11-11 12:44:14 +0100 |
| commit | 7dc3f597f739d09b751f38000069f36a7a0fddf9 (patch) | |
| tree | d676912c46a866bdca7e3976b02c79708427b291 /dev-lang/python/python-2.7.10-r3.ebuild | |
| parent | 49442c76f58b64b302c908ec67b7a4b47ccb9323 (diff) | |
| download | gentoo-7dc3f597f739d09b751f38000069f36a7a0fddf9.tar.gz gentoo-7dc3f597f739d09b751f38000069f36a7a0fddf9.tar.bz2 gentoo-7dc3f597f739d09b751f38000069f36a7a0fddf9.zip | |
dev-lang/python: Backport EAPI=5 and slot operators in deps
Diffstat (limited to 'dev-lang/python/python-2.7.10-r3.ebuild')
| -rw-r--r-- | dev-lang/python/python-2.7.10-r3.ebuild | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/dev-lang/python/python-2.7.10-r3.ebuild b/dev-lang/python/python-2.7.10-r3.ebuild index 1fa586e66bd5..70d8d82916b8 100644 --- a/dev-lang/python/python-2.7.10-r3.ebuild +++ b/dev-lang/python/python-2.7.10-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" WANT_LIBTOOL="none" inherit autotools eutils flag-o-matic multilib pax-utils python-utils-r1 toolchain-funcs multiprocessing @@ -25,11 +25,10 @@ IUSE="-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 libressl +ncurs # run the bootstrap code on your dev box and include the results in the # patchset. See bug 447752. -RDEPEND="app-arch/bzip2 - >=sys-libs/zlib-1.1.3 +RDEPEND="app-arch/bzip2:0= + >=sys-libs/zlib-1.1.3:0= virtual/libffi virtual/libintl - xml? ( >=dev-libs/expat-2.1 ) berkdb? ( || ( sys-libs/db:5.3 sys-libs/db:5.2 @@ -43,21 +42,23 @@ RDEPEND="app-arch/bzip2 sys-libs/db:4.3 sys-libs/db:4.2 ) ) - gdbm? ( sys-libs/gdbm[berkdb] ) + gdbm? ( sys-libs/gdbm:0=[berkdb] ) ncurses? ( - >=sys-libs/ncurses-5.2 - readline? ( >=sys-libs/readline-4.1 ) + >=sys-libs/ncurses-5.2:0= + readline? ( >=sys-libs/readline-4.1:0= ) ) - sqlite? ( >=dev-db/sqlite-3.3.8:3 ) + sqlite? ( >=dev-db/sqlite-3.3.8:3= ) ssl? ( - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:= ) ) tk? ( - >=dev-lang/tk-8.0 - dev-tcltk/blt + >=dev-lang/tcl-8.0:0= + >=dev-lang/tk-8.0:0= + dev-tcltk/blt:0= dev-tcltk/tix ) + xml? ( >=dev-libs/expat-2.1 ) !!<sys-apps/portage-2.1.9" DEPEND="${RDEPEND} virtual/pkgconfig |
