diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-05-14 16:18:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-05-14 16:18:24 +0000 |
commit | 823d606ed81e5344eb9aa983ba01d355d172f972 (patch) | |
tree | a6ba859fd215ab777350b3f6a32e50db8351563b /dev-lang | |
parent | Stable for HPPA (bug #319723). (diff) | |
download | gentoo-2-823d606ed81e5344eb9aa983ba01d355d172f972.tar.gz gentoo-2-823d606ed81e5344eb9aa983ba01d355d172f972.tar.bz2 gentoo-2-823d606ed81e5344eb9aa983ba01d355d172f972.zip |
Stable for HPPA (bug #319723).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.6.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 3002d3048857..fd149a39eda6 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.466 2010/05/02 16:39:55 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.467 2010/05/14 16:18:24 jer Exp $ + + 14 May 2010; Jeroen Roovers <jer@gentoo.org> python-2.6.5-r2.ebuild: + Stable for HPPA (bug #319723). 02 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> python-3.1.2-r3.ebuild: diff --git a/dev-lang/python/python-2.6.5-r2.ebuild b/dev-lang/python/python-2.6.5-r2.ebuild index 31ac27395d73..81f7552a8a2d 100644 --- a/dev-lang/python/python-2.6.5-r2.ebuild +++ b/dev-lang/python/python-2.6.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild,v 1.4 2010/05/10 18:44:05 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild,v 1.5 2010/05/14 16:18:24 jer Exp $ EAPI="2" @@ -19,7 +19,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2.2" SLOT="2.6" PYTHON_ABI="${SLOT}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="-berkdb build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" # NOTE: dev-python/{elementtree,celementtree,pysqlite} |