diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-07-02 16:17:45 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-07-02 16:17:45 +0000 |
commit | 5969caae85fc19d9df7893548a40180f7bc775d5 (patch) | |
tree | 171c7df5c5b3327b26498e0ec0359338c67a27c9 | |
parent | Stable for x86, wrt bug #472214 (diff) | |
download | gentoo-2-5969caae85fc19d9df7893548a40180f7bc775d5.tar.gz gentoo-2-5969caae85fc19d9df7893548a40180f7bc775d5.tar.bz2 gentoo-2-5969caae85fc19d9df7893548a40180f7bc775d5.zip |
Stable for HPPA (bug #475424).
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index b4d1b6a061d7..2499302fc716 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.665 2013/07/02 16:14:54 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.666 2013/07/02 16:17:45 jer Exp $ + + 02 Jul 2013; Jeroen Roovers <jer@gentoo.org> python-2.7.5.ebuild: + Stable for HPPA (bug #475424). 02 Jul 2013; Tobias Klausmann <klausman@gentoo.org> python-2.7.5.ebuild: Stable on alpha, bug #475424 diff --git a/dev-lang/python/python-2.7.5.ebuild b/dev-lang/python/python-2.7.5.ebuild index 83c101a3416f..41e1c79388aa 100644 --- a/dev-lang/python/python-2.7.5.ebuild +++ b/dev-lang/python/python-2.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5.ebuild,v 1.5 2013/07/02 16:14:54 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.5.ebuild,v 1.6 2013/07/02 16:17:45 jer 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 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm 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. |