diff options
author | 2014-03-20 14:13:55 +0000 | |
---|---|---|
committer | 2014-03-20 14:13:55 +0000 | |
commit | 91413693b99b8dec54931e8ecc03852414217391 (patch) | |
tree | dc2d3b03b9cf6afa85faba21ec534d86e8a0a823 /dev-lang | |
parent | Restore latest stable nspr ebuild (diff) | |
download | gentoo-2-91413693b99b8dec54931e8ecc03852414217391.tar.gz gentoo-2-91413693b99b8dec54931e8ecc03852414217391.tar.bz2 gentoo-2-91413693b99b8dec54931e8ecc03852414217391.zip |
Stable for HPPA (bug #504742).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 446d39ce5078..727488285405 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.749 2014/03/18 16:43:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.750 2014/03/20 14:13:55 jer Exp $ + + 20 Mar 2014; Jeroen Roovers <jer@gentoo.org> python-2.7.6.ebuild: + Stable for HPPA (bug #504742). 18 Mar 2014; Agostino Sarubbo <ago@gentoo.org> python-3.3.3.ebuild: Stable for ia64, wrt bug #497758 diff --git a/dev-lang/python/python-2.7.6.ebuild b/dev-lang/python/python-2.7.6.ebuild index 342c0722870c..51f192bc3e57 100644 --- a/dev-lang/python/python-2.7.6.ebuild +++ b/dev-lang/python/python-2.7.6.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.6.ebuild,v 1.7 2014/03/15 20:58:09 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.6.ebuild,v 1.8 2014/03/20 14:13:55 jer Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -19,7 +19,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. |