summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-06-06 22:03:52 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-06-06 22:03:52 +0000
commita71d8724100ec5b08ca3171fa773dc428d4c32a8 (patch)
tree765859f70c2619c9c94babb72033216c84e34c3b /eclass/python.eclass
parentrc2, bug 135783, bug 134781 (diff)
downloadhistorical-a71d8724100ec5b08ca3171fa773dc428d4c32a8.tar.gz
historical-a71d8724100ec5b08ca3171fa773dc428d4c32a8.tar.bz2
historical-a71d8724100ec5b08ca3171fa773dc428d4c32a8.zip
Adding NEED_PYTHON variable, as proposed.
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r--eclass/python.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass
index 7d6c27d31be8..06acd5b9c719 100644
--- a/eclass/python.eclass
+++ b/eclass/python.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.21 2005/07/11 15:08:06 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.22 2006/06/06 22:03:52 carlo Exp $
#
# Author: Alastair Tse <liquidx@gentoo.org>
#
@@ -20,6 +20,10 @@
inherit alternatives
+if [[ -n NEED_PYTHON ]] ; then
+ DEPEND=">=dev-lang/python-${NEED_PYTHON}"
+ RDEPEND="${DEPEND}"
+fi
__python_eclass_test() {
__python_version_extract 2.3