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 | 3119bb9e1dab51150d860c600ca0657c0d30421f (patch) | |
tree | 2e1fc586c4e13b0b19432081276f049fee3cd4fb /eclass/distutils.eclass | |
parent | Initial import (diff) | |
download | gentoo-2-3119bb9e1dab51150d860c600ca0657c0d30421f.tar.gz gentoo-2-3119bb9e1dab51150d860c600ca0657c0d30421f.tar.bz2 gentoo-2-3119bb9e1dab51150d860c600ca0657c0d30421f.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 +} |