diff options
Diffstat (limited to 'dev-lang/python/python-2.2.3-r5.ebuild')
-rw-r--r-- | dev-lang/python/python-2.2.3-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.2.3-r5.ebuild b/dev-lang/python/python-2.2.3-r5.ebuild index d64f79ebf25b..f615362d645a 100644 --- a/dev-lang/python/python-2.2.3-r5.ebuild +++ b/dev-lang/python/python-2.2.3-r5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r5.ebuild,v 1.4 2003/11/03 20:30:45 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r5.ebuild,v 1.5 2003/11/03 20:57:50 liquidx Exp $ inherit flag-o-matic eutils python -IUSE="readline tcltk berkdb build doc ssl" +IUSE="ncurses readline tcltk berkdb build doc ssl" PYVER_MAJOR="`echo ${PV%_*} | cut -d '.' -f 1`" PYVER_MINOR="`echo ${PV%_*} | cut -d '.' -f 2`" |