diff options
author | Markus Meier <maekke@gentoo.org> | 2014-11-11 21:01:03 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-11-11 21:01:03 +0000 |
commit | 000213cbbec512743082eb61d19dbd8748c9e284 (patch) | |
tree | b7591629f2c160cb548323bb0f4f410991dc3ccd /dev-lang/python | |
parent | add ~arm, bug #525558 (diff) | |
download | gentoo-2-000213cbbec512743082eb61d19dbd8748c9e284.tar.gz gentoo-2-000213cbbec512743082eb61d19dbd8748c9e284.tar.bz2 gentoo-2-000213cbbec512743082eb61d19dbd8748c9e284.zip |
arm stable, bug #522322
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-3.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 378632de9a3a..09eae68deaec 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.796 2014/11/02 09:04:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.797 2014/11/11 21:01:03 maekke Exp $ + + 11 Nov 2014; Markus Meier <maekke@gentoo.org> python-3.4.1.ebuild: + arm stable, bug #522322 02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> python-3.4.1.ebuild: Stable for alpha, wrt bug #522322 diff --git a/dev-lang/python/python-3.4.1.ebuild b/dev-lang/python/python-3.4.1.ebuild index 0978cdf7166d..5a8e84405a1e 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 # 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.9 2014/11/02 09:04:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.1.ebuild,v 1.10 2014/11/11 21:01:03 maekke 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. |