diff options
Diffstat (limited to 'sys-devel/spython/spython-2.0-r8.ebuild')
-rw-r--r-- | sys-devel/spython/spython-2.0-r8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/spython/spython-2.0-r8.ebuild b/sys-devel/spython/spython-2.0-r8.ebuild index 7fb15fa2b79e..03f785b7cdc1 100644 --- a/sys-devel/spython/spython-2.0-r8.ebuild +++ b/sys-devel/spython/spython-2.0-r8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r8.ebuild,v 1.8 2002/10/05 05:39:26 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r8.ebuild,v 1.9 2002/10/23 19:40:23 vapier Exp $ -IUSE="readline bootcd" +IUSE="readline build" S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 @@ -86,7 +86,7 @@ src_install() { rm -rf ${D}/usr/lib/spython${PV}/site-packages dosym ../python${PV}/site-packages /usr/lib/spython${PV}/site-packages - if [ "`use build`" ] || [ "`use bootcd`" ] + if [ "`use build`" ] then rm -rf ${D}/usr/share/man rm -rf ${D}/usr/include |