diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-23 09:02:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-23 09:02:20 +0000 |
commit | 076ce56314253e82e0156c03882a8efc2931696f (patch) | |
tree | 244dff167f32d12e0605cb1c60ca866ba0abf2f7 /dev-lang | |
parent | Stable for amd64, wrt bug #533008 (diff) | |
download | gentoo-2-076ce56314253e82e0156c03882a8efc2931696f.tar.gz gentoo-2-076ce56314253e82e0156c03882a8efc2931696f.tar.bz2 gentoo-2-076ce56314253e82e0156c03882a8efc2931696f.zip |
Stable for amd64, wrt bug #532232
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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-2.7.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 5bba2a3394bb..5fea4b1e2a4e 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.800 2014/12/22 14:36:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.801 2014/12/23 09:02:20 ago Exp $ + + 23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> python-2.7.9.ebuild: + Stable for amd64, wrt bug #532232 22 Dec 2014; Jeroen Roovers <jer@gentoo.org> python-2.7.9.ebuild: Stable for HPPA (bug #532232). diff --git a/dev-lang/python/python-2.7.9.ebuild b/dev-lang/python/python-2.7.9.ebuild index 08c6c4595191..59e7733b05fb 100644 --- a/dev-lang/python/python-2.7.9.ebuild +++ b/dev-lang/python/python-2.7.9.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-2.7.9.ebuild,v 1.2 2014/12/22 14:36:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9.ebuild,v 1.3 2014/12/23 09:02:20 ago Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -18,7 +18,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz LICENSE="PSF-2" SLOT="2.7" -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="-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" # Do not add a dependency on dev-lang/python to this ebuild. |