diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-05 02:47:05 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-05 02:47:05 +0000 |
commit | ea79938290bf47d2d8b73f28815d556332f9dd21 (patch) | |
tree | 9571dcbdf0cf3d8d1023e9a7d9303d13ab793256 /sys-build | |
parent | *** empty log message *** (diff) | |
download | historical-ea79938290bf47d2d8b73f28815d556332f9dd21.tar.gz historical-ea79938290bf47d2d8b73f28815d556332f9dd21.tar.bz2 historical-ea79938290bf47d2d8b73f28815d556332f9dd21.zip |
*** empty log message ***
Diffstat (limited to 'sys-build')
-rw-r--r-- | sys-build/bzip2/bzip2-1.0.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-build/bzip2/bzip2-1.0.1.ebuild b/sys-build/bzip2/bzip2-1.0.1.ebuild index 8917ec11ea06..0a19f51478c9 100644 --- a/sys-build/bzip2/bzip2-1.0.1.ebuild +++ b/sys-build/bzip2/bzip2-1.0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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-build/bzip2/bzip2-1.0.1.ebuild,v 1.1 2001/01/25 18:00:26 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-build/bzip2/bzip2-1.0.1.ebuild,v 1.2 2001/02/05 02:47:05 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,6 @@ SRC_URI="ftp://sourceware.cygnus.com/pub/bzip2/v100/${A} HOMEPAGE="http://sourceware.cygnus.com/bzip2/" - src_unpack() { unpack ${A} # bzip2's try makefile does not use CFLAGS so we hard-wire the compile |