diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-06 05:47:32 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-06 05:47:32 +0000 |
commit | 093f37544f1d312d852435c31c9a6f100a676068 (patch) | |
tree | 00e4a629e7f3f0fc30350b5df75ab693fdb41e59 /eclass/distutils.eclass | |
parent | qt fixes (diff) | |
download | historical-093f37544f1d312d852435c31c9a6f100a676068.tar.gz historical-093f37544f1d312d852435c31c9a6f100a676068.tar.bz2 historical-093f37544f1d312d852435c31c9a6f100a676068.zip |
Removed the virtual/python-2.1 and added =dev-lang/python-2.1* instead.
Diffstat (limited to 'eclass/distutils.eclass')
-rw-r--r-- | eclass/distutils.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass index 29a5956af502..6b6bd94e6ba7 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.8 2003/03/06 04:14:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.9 2003/03/06 05:47:32 kutsuya Exp $ # # Author: Jon Nelson <jnelson@gentoo.org> # @@ -14,8 +14,9 @@ INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_compile src_install # This helps make it possible to add extensions to python slots. +# Normally only a -py21- ebuild would set PYTHON_SLOT_VERSION. if [ "${PYTHON_SLOT_VERSION}" = 2.1 ] ; then - newdepend "virtual/python-2.1" + newdepend "=dev-lang/python-2.1*" python="python2.1" else newdepend "virtual/python" |