diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-05-24 12:58:22 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-05-24 12:58:22 +0000 |
commit | 7f6111d04b3785a7a86968a93bd26068631bb5f5 (patch) | |
tree | e9a3b62c26ffe2d76666d5fce758c72d90a17589 /dev-lang | |
parent | Version bump, remove old versions (diff) | |
download | gentoo-2-7f6111d04b3785a7a86968a93bd26068631bb5f5.tar.gz gentoo-2-7f6111d04b3785a7a86968a93bd26068631bb5f5.tar.bz2 gentoo-2-7f6111d04b3785a7a86968a93bd26068631bb5f5.zip |
Keyworded on alpha, bug #252317
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 521ec1508d55..80b4beb36222 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.378 2009/05/24 02:51:55 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.379 2009/05/24 12:58:22 klausman Exp $ + + 24 May 2009; Tobias Klausmann <klausman@gentoo.org> python-2.4.6.ebuild: + Keyworded on alpha, bug #252317 *python-2.4.6 (24 May 2009) diff --git a/dev-lang/python/python-2.4.6.ebuild b/dev-lang/python/python-2.4.6.ebuild index 7c589fa065f9..96851e8594d6 100644 --- a/dev-lang/python/python-2.4.6.ebuild +++ b/dev-lang/python/python-2.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.1 2009/05/24 02:51:55 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.2 2009/05/24 12:58:22 klausman Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -26,7 +26,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2.2" SLOT="2.4" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="berkdb bootstrap build +cxx doc elibc_uclibc examples gdbm ipv6 ncurses readline ssl +threads tk ucs2 wininst +xml" # Can't be compiled against db-4.5 Bug #179377 |