diff options
author | Benda Xu <heroxbd@gentoo.org> | 2015-05-08 11:24:42 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2015-05-08 11:24:42 +0900 |
commit | c3d5b197b8c80bb02a221905971c86a57e413130 (patch) | |
tree | ac49bcdad82ae55515fcd9a8c710f83117264c21 /dev-lang/python/python-3.4.1.ebuild | |
parent | RAP profile: exclude iproute2 and busybox from @system. (diff) | |
download | heroxbd-c3d5b197b8c80bb02a221905971c86a57e413130.tar.gz heroxbd-c3d5b197b8c80bb02a221905971c86a57e413130.tar.bz2 heroxbd-c3d5b197b8c80bb02a221905971c86a57e413130.zip |
dev-lang/python: bump to 2.7.9. Carrying h2py.py patch.
Diffstat (limited to 'dev-lang/python/python-3.4.1.ebuild')
-rw-r--r-- | dev-lang/python/python-3.4.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/python/python-3.4.1.ebuild b/dev-lang/python/python-3.4.1.ebuild index 5a8e844..0ef929b 100644 --- a/dev-lang/python/python-3.4.1.ebuild +++ b/dev-lang/python/python-3.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.1.ebuild,v 1.10 2014/11/11 21:01:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.1.ebuild,v 1.12 2015/03/31 18:46:33 ulm Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -18,7 +18,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV%_rc*}/${MY_P}.tar.xz LICENSE="PSF-2" SLOT="3.4" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="build elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline sqlite +ssl +threads tk wininst +xml" # Do not add a dependency on dev-lang/python to this ebuild. @@ -52,7 +52,7 @@ DEPEND="${RDEPEND} >=sys-devel/autoconf-2.65 !sys-devel/gcc[libffi]" RDEPEND+=" !build? ( app-misc/mime-types )" -PDEPEND="app-admin/eselect-python +PDEPEND="app-eselect/eselect-python app-admin/python-updater" S="${WORKDIR}/${MY_P}" |