diff options
author | 2001-08-11 23:31:43 +0000 | |
---|---|---|
committer | 2001-08-11 23:31:43 +0000 | |
commit | 4e68bf221d9f9c7b1fdb10f45d9ad14b83f69114 (patch) | |
tree | 508f0750b2d14ca43ef606d810549fb87d9d9ca9 | |
parent | fixed. Removing from package.mask (submitted by Ollie Rutherfurd). (diff) | |
download | historical-4e68bf221d9f9c7b1fdb10f45d9ad14b83f69114.tar.gz historical-4e68bf221d9f9c7b1fdb10f45d9ad14b83f69114.tar.bz2 historical-4e68bf221d9f9c7b1fdb10f45d9ad14b83f69114.zip |
fixums for people who have a broken "try" and need to upgrade their Portage
-rw-r--r-- | sys-apps/portage/portage-1.5.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/portage/portage-1.5.3.ebuild b/sys-apps/portage/portage-1.5.3.ebuild index 33f2caf4b3ca..5d8d0e1e1d79 100644 --- a/sys-apps/portage/portage-1.5.3.ebuild +++ b/sys-apps/portage/portage-1.5.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. Distributed under the terms # of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-1.5.3.ebuild,v 1.7 2001/08/11 05:30:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-1.5.3.ebuild,v 1.8 2001/08/11 23:31:43 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Portage autobuild system" @@ -35,8 +35,9 @@ src_install() { dosym /usr/lib/portage/pym/portage.py /usr/lib/python2.0/site-packages/portage.py # we gotta compile these modules - try spython -c "import compileall; compileall.compile_dir('${D}/usr/lib/python2.0/site-packages')" - try spython -O -c "import compileall; compileall.compile_dir('${D}/usr/lib/python2.0/site-packages')" + # next lines commented out due to "try" issues. This allows people to upgrade who need to upgrade +# try spython -c "import compileall; compileall.compile_dir('${D}/usr/lib/python2.0/site-packages')" +# try spython -O -c "import compileall; compileall.compile_dir('${D}/usr/lib/python2.0/site-packages')" #binaries and scripts dodir /usr/lib/portage/bin |