From: Carsten Lohrke Date: Tue, 6 Jun 2006 22:33:09 +0000 (+0000) Subject: Uh, fix that quickly... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=895df06937b1e72d752e5b0dd8e0001979b4d557;p=gentoo.git Uh, fix that quickly... --- 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 # @@ -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