diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-14 14:07:26 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-14 14:07:26 +0000 |
commit | b0cd2c07a7229fd6a7f9320a6fbf7b0a240e446a (patch) | |
tree | 2dd07695ca0c705c744452d599f8835a74d269d9 /dev-lang/python | |
parent | Stable on sparc wrt security #177804 (diff) | |
download | gentoo-2-b0cd2c07a7229fd6a7f9320a6fbf7b0a240e446a.tar.gz gentoo-2-b0cd2c07a7229fd6a7f9320a6fbf7b0a240e446a.tar.bz2 gentoo-2-b0cd2c07a7229fd6a7f9320a6fbf7b0a240e446a.zip |
Stable on sparc wrt security #177804
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.4.4-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 547b85dcdadd..243349719cf9 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # 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.251 2007/05/14 09:20:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.252 2007/05/14 14:07:26 gustavoz Exp $ + + 14 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> + python-2.4.4-r4.ebuild: + Stable on sparc wrt security #177804 14 May 2007; Bryan Østergaard <kloeri@gentoo.org> python-2.3.6-r2.ebuild, python-2.4.4-r4.ebuild, -python-2.5.1-r1.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 ab2f257ca125..56034b098d7e 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.8 2007/05/14 09:20:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v 1.9 2007/05/14 14:07:26 gustavoz 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 hppa ia64 ~mips ppc64 ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="~alpha 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 |