diff options
author | 2012-09-30 15:29:01 +0000 | |
---|---|---|
committer | 2012-09-30 15:29:01 +0000 | |
commit | 561f9545a16a2ef95f2cb24d4d54dd85625dafe3 (patch) | |
tree | f623ec1d5c3ea8b43204dbdbbda53cb32d3a07e8 /dev-lang | |
parent | media-video/mplayer2: QA (bug #434356) (diff) | |
download | gentoo-2-561f9545a16a2ef95f2cb24d4d54dd85625dafe3.tar.gz gentoo-2-561f9545a16a2ef95f2cb24d4d54dd85625dafe3.tar.bz2 gentoo-2-561f9545a16a2ef95f2cb24d4d54dd85625dafe3.zip |
Fix 3.3 slot.
(Portage version: 2.1.11.23/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-3.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index 4a6cec5b92ad..b3fded7b7e55 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.614 2012/09/30 15:24:28 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.615 2012/09/30 15:29:01 djc Exp $ + + 30 Sep 2012; Dirkjan Ochtman <djc@gentoo.org> python-3.3.0.ebuild: + Fix 3.3 slot. 30 Sep 2012; Dirkjan Ochtman <djc@gentoo.org> -python-2.6.6-r2.ebuild, -python-2.6.7-r2.ebuild, -python-2.7.2-r3.ebuild, -python-2.7.3.ebuild, diff --git a/dev-lang/python/python-3.3.0.ebuild b/dev-lang/python/python-3.3.0.ebuild index f89ec00380ba..d7769111e264 100644 --- a/dev-lang/python/python-3.3.0.ebuild +++ b/dev-lang/python/python-3.3.0.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-3.3.0.ebuild,v 1.1 2012/09/30 15:18:29 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.0.ebuild,v 1.2 2012/09/30 15:29:01 djc Exp $ EAPI="3" WANT_AUTOMAKE="none" @@ -17,7 +17,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz mirror://gentoo/python-gentoo-patches-${PV}-${PATCHSET_REVISION}.tar.bz2" LICENSE="PSF-2" -SLOT="3.2" +SLOT="3.3" PYTHON_ABI="${SLOT}" KEYWORDS="" IUSE="build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" |