diff options
author | 2010-08-15 23:14:30 +0000 | |
---|---|---|
committer | 2010-08-15 23:14:30 +0000 | |
commit | 3852b67ea8bd79c0f2ffe89880afde7f24bb2f85 (patch) | |
tree | d410f6c74a92de0d3c90c1bb8061f0da9bc285f9 /dev-lang/python/python-3.1.2-r4.ebuild | |
parent | Various fixes, added patch to properly recognize the floppy disk type as docu... (diff) | |
download | historical-3852b67ea8bd79c0f2ffe89880afde7f24bb2f85.tar.gz historical-3852b67ea8bd79c0f2ffe89880afde7f24bb2f85.tar.bz2 historical-3852b67ea8bd79c0f2ffe89880afde7f24bb2f85.zip |
Stable for HPPA (bug #325593).
Package-Manager: portage-2.2_rc67/cvs/Linux i686
Diffstat (limited to 'dev-lang/python/python-3.1.2-r4.ebuild')
-rw-r--r-- | dev-lang/python/python-3.1.2-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-3.1.2-r4.ebuild b/dev-lang/python/python-3.1.2-r4.ebuild index 9661d3699e1c..cdbad1d5d37f 100644 --- a/dev-lang/python/python-3.1.2-r4.ebuild +++ b/dev-lang/python/python-3.1.2-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r4.ebuild,v 1.8 2010/08/11 22:32:00 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r4.ebuild,v 1.9 2010/08/15 23:14:30 jer Exp $ EAPI="3" @@ -18,7 +18,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.bz2 LICENSE="PSF-2.2" SLOT="3.1" 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="build doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml" RDEPEND=">=app-admin/eselect-python-20091230 |