diff options
author | 2003-02-07 23:51:01 +0000 | |
---|---|---|
committer | 2003-02-07 23:51:01 +0000 | |
commit | fbddbba76cbb649b22554c6147db65357e252bc1 (patch) | |
tree | a32fb5467f9ffb32c0a04765c6ba35cae7462a40 /sys-apps/bzip2 | |
parent | fix with features=distcc (diff) | |
download | gentoo-2-fbddbba76cbb649b22554c6147db65357e252bc1.tar.gz gentoo-2-fbddbba76cbb649b22554c6147db65357e252bc1.tar.bz2 gentoo-2-fbddbba76cbb649b22554c6147db65357e252bc1.zip |
drop it for now.
Diffstat (limited to 'sys-apps/bzip2')
-rw-r--r-- | sys-apps/bzip2/bzip2-1.0.2-r2.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild b/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild index fbd4bd8ec565..a905d85b5b92 100644 --- a/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild +++ b/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild,v 1.15 2003/02/07 23:45:12 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bzip2/bzip2-1.0.2-r2.ebuild,v 1.16 2003/02/07 23:51:01 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" @@ -30,9 +30,6 @@ src_unpack() { } src_compile() { - # enable use of user specified compiler - alias gcc="${CC}" - alias if [ -z "`use build`" ] then emake -f Makefile-libbz2_so all || die |