diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-05-16 00:30:41 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-05-16 00:30:41 +0000 |
commit | 696c40afa040decec82dfded874f2b8399c12149 (patch) | |
tree | e2db078d203e07128bb751cea0ba2ba6723c5791 /dev-lang/python | |
parent | Marked stable on amd64 for bug #177804 (diff) | |
download | gentoo-2-696c40afa040decec82dfded874f2b8399c12149.tar.gz gentoo-2-696c40afa040decec82dfded874f2b8399c12149.tar.bz2 gentoo-2-696c40afa040decec82dfded874f2b8399c12149.zip |
Marked stable on amd64 for bug #177804
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-lang/python')
-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 dd2f36b1752c..2a612f6c4fda 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.256 2007/05/14 21:03:52 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.257 2007/05/16 00:30:41 dang Exp $ + + 16 May 2007; Daniel Gryniewicz <dang@gentoo.org> python-2.4.4-r4.ebuild: + Marked stable on amd64 for bug #177804 14 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> python-2.3.6-r2.ebuild, python-2.5.1-r2.ebuild: diff --git a/dev-lang/python/python-2.4.4-r4.ebuild b/dev-lang/python/python-2.4.4-r4.ebuild index 296fbaf8c482..bdb08bc5429b 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.12 2007/05/14 18:20:49 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v 1.13 2007/05/16 00:30:41 dang 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 |