diff options
author | 2012-05-12 11:03:47 +0000 | |
---|---|---|
committer | 2012-05-12 11:03:47 +0000 | |
commit | 38a39749287696445394fd896389b6aade068c44 (patch) | |
tree | e947cd595a7fb40b06c2ab681ff4f44833b2fe67 /dev-lang | |
parent | Fix double prefix install (diff) | |
download | historical-38a39749287696445394fd896389b6aade068c44.tar.gz historical-38a39749287696445394fd896389b6aade068c44.tar.bz2 historical-38a39749287696445394fd896389b6aade068c44.zip |
Stable on alpha, bug #396329
Package-Manager: portage-2.1.10.58/cvs/Linux x86_64
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-2.6.8.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.7.3-r1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 8186c513ef6f..31639f803d3b 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.591 2012/05/12 11:00:35 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.592 2012/05/12 11:03:47 klausman Exp $ + + 12 May 2012; Tobias Klausmann <klausman@gentoo.org> python-2.6.8.ebuild: + Stable on alpha, bug #396329 12 May 2012; Tobias Klausmann <klausman@gentoo.org> python-2.7.3-r1.ebuild: Stable on alpha, bug #396329 diff --git a/dev-lang/python/python-2.6.8.ebuild b/dev-lang/python/python-2.6.8.ebuild index 96a8c9883ad7..499df4a6669c 100644 --- a/dev-lang/python/python-2.6.8.ebuild +++ b/dev-lang/python/python-2.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8.ebuild,v 1.8 2012/05/03 02:41:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.8.ebuild,v 1.9 2012/05/12 11:03:47 klausman Exp $ EAPI="2" WANT_AUTOMAKE="none" @@ -19,7 +19,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2" SLOT="2.6" PYTHON_ABI="${SLOT}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="-berkdb build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" RDEPEND="app-arch/bzip2 diff --git a/dev-lang/python/python-2.7.3-r1.ebuild b/dev-lang/python/python-2.7.3-r1.ebuild index 27e2404868ca..65c198633654 100644 --- a/dev-lang/python/python-2.7.3-r1.ebuild +++ b/dev-lang/python/python-2.7.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild,v 1.8 2012/05/03 02:41:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.3-r1.ebuild,v 1.9 2012/05/12 11:00:35 klausman Exp $ EAPI="2" WANT_AUTOMAKE="none" @@ -19,7 +19,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2" SLOT="2.7" PYTHON_ABI="${SLOT}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="-berkdb build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" RDEPEND="app-arch/bzip2 |