diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-21 19:22:17 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-21 19:22:17 +0000 |
commit | fcb4302c7d56695f1c40aa3706f3c904a9a99475 (patch) | |
tree | 80225667fd9d2e33d01c24c8ddf471c3f9c6d608 /dev-lang | |
parent | amd64 stable (tested by rullzer) (bug #319083). (diff) | |
download | gentoo-2-fcb4302c7d56695f1c40aa3706f3c904a9a99475.tar.gz gentoo-2-fcb4302c7d56695f1c40aa3706f3c904a9a99475.tar.bz2 gentoo-2-fcb4302c7d56695f1c40aa3706f3c904a9a99475.zip |
amd64 stable (tested by rullzer) (bug #319723).
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.6.5-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index fd149a39eda6..79ba9501079e 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # 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.467 2010/05/14 16:18:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.468 2010/05/21 19:22:17 arfrever Exp $ + + 21 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + python-2.6.5-r2.ebuild: + amd64 stable (tested by rullzer) (bug #319723). 14 May 2010; Jeroen Roovers <jer@gentoo.org> python-2.6.5-r2.ebuild: Stable for HPPA (bug #319723). diff --git a/dev-lang/python/python-2.6.5-r2.ebuild b/dev-lang/python/python-2.6.5-r2.ebuild index ccf439b6f72b..cef70fe7052f 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.7 2010/05/20 21:14:09 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.5-r2.ebuild,v 1.8 2010/05/21 19:22:17 arfrever Exp $ EAPI="2" @@ -18,7 +18,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2.2" SLOT="2.6" -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} |