diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-05-25 14:18:45 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-05-25 14:18:45 +0000 |
commit | 32aa4e2b56c51621015f2e2c7f4ca8416bbfcf0a (patch) | |
tree | 474cd87319a20f1e1f8b1f8e6863b537cc927974 /dev-lang | |
parent | Use portage functions. (diff) | |
download | gentoo-2-32aa4e2b56c51621015f2e2c7f4ca8416bbfcf0a.tar.gz gentoo-2-32aa4e2b56c51621015f2e2c7f4ca8416bbfcf0a.tar.bz2 gentoo-2-32aa4e2b56c51621015f2e2c7f4ca8416bbfcf0a.zip |
Stable on alpha, bug #216673
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/python/python-2.4.4-r13.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 0a499c815152..960dda59df96 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.315 2008/05/25 13:06:30 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.316 2008/05/25 14:18:45 klausman Exp $ + + 25 May 2008; Tobias Klausmann <klausman@gentoo.org> + python-2.4.4-r13.ebuild: + Stable on alpha, bug #216673 25 May 2008; Ali Polatel <hawking@gentoo.org> +files/python-2.3.6-disable-failing-tests.patch, python-2.3.6-r6.ebuild, diff --git a/dev-lang/python/python-2.4.4-r13.ebuild b/dev-lang/python/python-2.4.4-r13.ebuild index f56ec7984feb..fc183498e712 100644 --- a/dev-lang/python/python-2.4.4-r13.ebuild +++ b/dev-lang/python/python-2.4.4-r13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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-r13.ebuild,v 1.3 2008/05/25 13:06:30 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r13.ebuild,v 1.4 2008/05/25 14:18:45 klausman Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -25,7 +25,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 ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="ncurses gdbm ssl readline tk berkdb bootstrap ipv6 build ucs2 doc +cxx +threads examples elibc_uclibc wininst" # Can't be compiled against db-4.5 Bug #179377 |