diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-03-27 15:08:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-03-27 15:08:00 +0000 |
commit | 6e0d2ca9be4300955d7f0faf6edc68248d77af23 (patch) | |
tree | 570f408ae5edfc28bd646e64a592a09db09f3705 /eclass | |
parent | Version bump to 0.4.0 Bug #357865 (diff) | |
download | gentoo-2-6e0d2ca9be4300955d7f0faf6edc68248d77af23.tar.gz gentoo-2-6e0d2ca9be4300955d7f0faf6edc68248d77af23.tar.bz2 gentoo-2-6e0d2ca9be4300955d7f0faf6edc68248d77af23.zip |
fix typo: dv -> dev
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python-distutils-ng.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-distutils-ng.eclass b/eclass/python-distutils-ng.eclass index 1ad9d11c84fc..d24cb0ef2226 100644 --- a/eclass/python-distutils-ng.eclass +++ b/eclass/python-distutils-ng.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1.6 2012/03/26 20:33:42 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1.7 2012/03/27 15:08:00 mr_bones_ Exp $ # @ECLASS: python-distutils-ng # @MAINTAINER: @@ -106,7 +106,7 @@ for impl in ${PYTHON_COMPAT}; do jython?.?) dep_str="dev-java/jython:${impl: -3}" ;; pypy?.?) - dep_str="dv-python/pypy:${impl: -3}" ;; + dep_str="dev-python/pypy:${impl: -3}" ;; *) die "Unsupported implementation: ${impl}" ;; esac |