diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-31 00:38:56 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-31 00:38:56 +0000 |
commit | b70cef8405e6d1ae21667f8a4a713aeadc8c3a79 (patch) | |
tree | c3c82cfb1b2c2072e42887d13157a4e9fefb86bc /dev-lang/python | |
parent | Revision bump to fix libmysqld rpath. Patch by Gabriel Marcano <gabemarcano@... (diff) | |
download | gentoo-2-b70cef8405e6d1ae21667f8a4a713aeadc8c3a79.tar.gz gentoo-2-b70cef8405e6d1ae21667f8a4a713aeadc8c3a79.tar.bz2 gentoo-2-b70cef8405e6d1ae21667f8a4a713aeadc8c3a79.zip |
Stable for HPPA (bug #500518).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-3.3.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 157de8f99641..026ada133c43 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.768 2014/07/30 23:35:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.769 2014/07/31 00:38:56 jer Exp $ + + 31 Jul 2014; Jeroen Roovers <jer@gentoo.org> python-3.3.5-r1.ebuild: + Stable for HPPA (bug #500518). 30 Jul 2014; Jeroen Roovers <jer@gentoo.org> python-2.7.7.ebuild: Stable for HPPA (bug #500518). diff --git a/dev-lang/python/python-3.3.5-r1.ebuild b/dev-lang/python/python-3.3.5-r1.ebuild index 2ac3ea224f95..b0610adc9b66 100644 --- a/dev-lang/python/python-3.3.5-r1.ebuild +++ b/dev-lang/python/python-3.3.5-r1.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.3.5-r1.ebuild,v 1.1 2014/07/29 07:19:13 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.5-r1.ebuild,v 1.2 2014/07/31 00:38:56 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="3.3" -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 doc 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. |