diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-05-14 18:20:49 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-05-14 18:20:49 +0000 |
commit | 568fc53097f25be3c45e067c8f5ce5ab4969308d (patch) | |
tree | ebb3077e94ba4e901687cbdf410c3d88cf46cf66 /dev-lang | |
parent | Correct initd and confd again - bug #178451. (diff) | |
download | gentoo-2-568fc53097f25be3c45e067c8f5ce5ab4969308d.tar.gz gentoo-2-568fc53097f25be3c45e067c8f5ce5ab4969308d.tar.bz2 gentoo-2-568fc53097f25be3c45e067c8f5ce5ab4969308d.zip |
Stable on Alpha and Mips.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.4.4-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 92943a7f914d..05a1db2d72fc 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.254 2007/05/14 15:44:49 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.255 2007/05/14 18:20:49 kloeri Exp $ + + 14 May 2007; Bryan Østergaard <kloeri@gentoo.org> python-2.4.4-r4.ebuild: + Stable on Alpha and Mips. 14 May 2007; Daniel Gryniewicz <dang@gentoo.org> python-2.4.4-r4.ebuild: Marked ~amd64 for bug #177804 diff --git a/dev-lang/python/python-2.4.4-r4.ebuild b/dev-lang/python/python-2.4.4-r4.ebuild index 2f20f03982f6..296fbaf8c482 100644 --- a/dev-lang/python/python-2.4.4-r4.ebuild +++ b/dev-lang/python/python-2.4.4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v 1.11 2007/05/14 15:44:49 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v 1.12 2007/05/14 18:20:49 kloeri Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -23,7 +23,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2.2" SLOT="2.4" -KEYWORDS="~alpha ~amd64 hppa ia64 ~mips ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 hppa ia64 mips ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx nothreads examples" DEPEND=">=sys-libs/zlib-1.1.3 |