diff options
Diffstat (limited to 'dev-lang/python/python-2.2.1.ebuild')
-rw-r--r-- | dev-lang/python/python-2.2.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.2.1.ebuild b/dev-lang/python/python-2.2.1.ebuild index ce56e0e1784f..ad815e69a71f 100644 --- a/dev-lang/python/python-2.2.1.ebuild +++ b/dev-lang/python/python-2.2.1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1.ebuild,v 1.1 2002/05/03 01:56:03 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.1.ebuild,v 1.2 2002/07/11 06:30:20 drobbins Exp $ PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`" PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`" |