summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-02-10 22:54:33 +0000
committerThomas Sachau <tommy@gentoo.org>2012-02-10 22:54:33 +0000
commitf38ed90aa2ebb7e02d73ace731f2f3e006a7d503 (patch)
tree0bc107e751f60bf865557b76a30378dc1e7d22e5 /eclass/python.eclass
parentUpdate Boost dependencies. Thanks to Arfrever (diff)
downloadhistorical-f38ed90aa2ebb7e02d73ace731f2f3e006a7d503.tar.gz
historical-f38ed90aa2ebb7e02d73ace731f2f3e006a7d503.tar.bz2
historical-f38ed90aa2ebb7e02d73ace731f2f3e006a7d503.zip
Revert previous commit to python eclass, breaks any ebuild using PYTHON_DEPEND=2.4 without any need or prior warning
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r--eclass/python.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass
index c3337c799513..5fbdea53c496 100644
--- a/eclass/python.eclass
+++ b/eclass/python.eclass
@@ -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/eclass/python.eclass,v 1.148 2012/02/10 04:15:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.149 2012/02/10 22:54:33 tommy Exp $
# @ECLASS: python.eclass
# @MAINTAINER:
@@ -27,7 +27,7 @@ if ! has "${EAPI:-0}" 0 1 2 3 4; then
die "API of python.eclass in EAPI=\"${EAPI}\" not established"
fi
-_CPYTHON2_GLOBALLY_SUPPORTED_ABIS=(2.5 2.6 2.7)
+_CPYTHON2_GLOBALLY_SUPPORTED_ABIS=(2.4 2.5 2.6 2.7)
_CPYTHON3_GLOBALLY_SUPPORTED_ABIS=(3.1 3.2)
_JYTHON_GLOBALLY_SUPPORTED_ABIS=(2.5-jython)
_PYPY_GLOBALLY_SUPPORTED_ABIS=(2.7-pypy-1.7)