diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-12 09:00:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-12 09:00:21 +0000 |
commit | f1bf96b0c10f7fc719f0415487144d7699cd8290 (patch) | |
tree | ad83e88077c9f9e919844ed6960df5633d2da56a /dev-lang | |
parent | Stable for x86, wrt bug #518782 (diff) | |
download | gentoo-2-f1bf96b0c10f7fc719f0415487144d7699cd8290.tar.gz gentoo-2-f1bf96b0c10f7fc719f0415487144d7699cd8290.tar.bz2 gentoo-2-f1bf96b0c10f7fc719f0415487144d7699cd8290.zip |
Stable for x86, wrt bug #522322
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang')
-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 af9ccc383845..49bb3d5c69cd 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.788 2014/10/10 15:24:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.789 2014/10/12 09:00:21 ago Exp $ + + 12 Oct 2014; Agostino Sarubbo <ago@gentoo.org> python-3.4.1.ebuild: + Stable for x86, wrt bug #522322 10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> python-3.4.1.ebuild: Stable for amd64, wrt bug #522322 diff --git a/dev-lang/python/python-3.4.1.ebuild b/dev-lang/python/python-3.4.1.ebuild index 965e7768119c..7968288cffc4 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.3 2014/10/10 15:24:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.1.ebuild,v 1.4 2014/10/12 09:00:21 ago 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. |