diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-06 04:14:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-06 04:14:51 +0000 |
commit | f1c92f4b5e239fc66eaadc6951b7c69ec9f59c62 (patch) | |
tree | 9984e29225097f27a7e580761e0376236b7be76b /eclass/distutils.eclass | |
parent | Initial import (diff) | |
download | historical-f1c92f4b5e239fc66eaadc6951b7c69ec9f59c62.tar.gz historical-f1c92f4b5e239fc66eaadc6951b7c69ec9f59c62.tar.bz2 historical-f1c92f4b5e239fc66eaadc6951b7c69ec9f59c62.zip |
spelling fix #16940
Diffstat (limited to 'eclass/distutils.eclass')
-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 +} |