summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-06-06 22:33:09 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-06-06 22:33:09 +0000
commitb462b0ba7fc62e252d9ebd14827f0d443c8441f1 (patch)
tree149120430a8573588b551921d1f3ba5d98fb8ee0 /eclass
parentFix use of nonexistent versioned virtual/python. (diff)
downloadgentoo-2-b462b0ba7fc62e252d9ebd14827f0d443c8441f1.tar.gz
gentoo-2-b462b0ba7fc62e252d9ebd14827f0d443c8441f1.tar.bz2
gentoo-2-b462b0ba7fc62e252d9ebd14827f0d443c8441f1.zip
Uh, fix that quickly...
Diffstat (limited to '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 06acd5b9c719..30a1fd8deddc 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.22 2006/06/06 22:03:52 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.23 2006/06/06 22:33:09 carlo Exp $
#
# Author: Alastair Tse <liquidx@gentoo.org>
#
@@ -20,7 +20,7 @@
inherit alternatives
-if [[ -n NEED_PYTHON ]] ; then
+if [[ -n "${NEED_PYTHON}" ]] ; then
DEPEND=">=dev-lang/python-${NEED_PYTHON}"
RDEPEND="${DEPEND}"
fi