diff options
author | Jason Wever <weeve@gentoo.org> | 2006-09-27 00:47:48 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-09-27 00:47:48 +0000 |
commit | b66e9491499f9e951f89b8e232f71e0021fc7996 (patch) | |
tree | 210aa9bea22335b7466faf24e041b8ff9c524262 /dev-lang/python | |
parent | Stable on alpha and amd64. (diff) | |
download | gentoo-2-b66e9491499f9e951f89b8e232f71e0021fc7996.tar.gz gentoo-2-b66e9491499f9e951f89b8e232f71e0021fc7996.tar.bz2 gentoo-2-b66e9491499f9e951f89b8e232f71e0021fc7996.zip |
Stable on SPARC wrt security bug #149065.
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.3.5-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.4.3-r4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 4f61faa42614..c8472ca003c8 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/python # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.216 2006/09/26 18:39:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.217 2006/09/27 00:47:48 weeve Exp $ + + 27 Sep 2006; Jason Wever <weeve@gentoo.org> python-2.3.5-r3.ebuild, + python-2.4.3-r4.ebuild: + Stable on SPARC wrt security bug #149065. 26 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> python-2.3.5-r3.ebuild, python-2.4.3-r4.ebuild: diff --git a/dev-lang/python/python-2.3.5-r3.ebuild b/dev-lang/python/python-2.3.5-r3.ebuild index aa050a9e7770..61becd142e7c 100644 --- a/dev-lang/python/python-2.3.5-r3.ebuild +++ b/dev-lang/python/python-2.3.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r3.ebuild,v 1.5 2006/09/26 18:39:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r3.ebuild,v 1.6 2006/09/27 00:47:48 weeve Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -21,7 +21,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV%_*}/Python-${PV}.tar.bz2 LICENSE="PSF-2.2" SLOT="2.3" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86" IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx" DEPEND=">=sys-libs/zlib-1.1.3 diff --git a/dev-lang/python/python-2.4.3-r4.ebuild b/dev-lang/python/python-2.4.3-r4.ebuild index 491676a9ee93..136c74f6994e 100644 --- a/dev-lang/python/python-2.4.3-r4.ebuild +++ b/dev-lang/python/python-2.4.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.3-r4.ebuild,v 1.5 2006/09/26 18:39:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.3-r4.ebuild,v 1.6 2006/09/27 00:47:48 weeve 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 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc nocxx" DEPEND=">=sys-libs/zlib-1.1.3 |