diff options
-rw-r--r-- | eclass/distutils.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass index b8574ff8ba6a..29a5956af502 100644 --- a/eclass/distutils.eclass +++ b/eclass/distutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.7 2003/03/06 02:47:50 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.8 2003/03/06 04:14:51 vapier Exp $ # # Author: Jon Nelson <jnelson@gentoo.org> # @@ -18,7 +18,7 @@ if [ "${PYTHON_SLOT_VERSION}" = 2.1 ] ; then newdepend "virtual/python-2.1" python="python2.1" else - newdepend "virutal/python" + newdepend "virtual/python" python="python" fi @@ -44,4 +44,4 @@ distutils_python_version() PYVER_MAJOR="${tmpstr%.[0-9]*}" PYVER_MINOR="${tmpstr#[0-9]*.}" PYVER="${PYVER_MAJOR}.${PYVER_MINOR}" -}
\ No newline at end of file +} |