diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-11-14 04:25:31 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-11-14 04:25:31 +0000 |
commit | bb02f57e7896c05c7b777d19f904aea5305a1012 (patch) | |
tree | 60a734e7ce674a859661010481337bd31fae37e8 /sys-devel/binutils | |
parent | *** empty log message *** (diff) | |
download | historical-bb02f57e7896c05c7b777d19f904aea5305a1012.tar.gz historical-bb02f57e7896c05c7b777d19f904aea5305a1012.tar.bz2 historical-bb02f57e7896c05c7b777d19f904aea5305a1012.zip |
update grub and binutils download speeed (?) hack?
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/binutils-2.10.0.33.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.10.0.33.ebuild b/sys-devel/binutils/binutils-2.10.0.33.ebuild index 1d890c9013a1..50a5ed162a54 100644 --- a/sys-devel/binutils/binutils-2.10.0.33.ebuild +++ b/sys-devel/binutils/binutils-2.10.0.33.ebuild @@ -1,12 +1,12 @@ # 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-devel/binutils/binutils-2.10.0.33.ebuild,v 1.1 2000/11/10 16:00:11 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.10.0.33.ebuild,v 1.2 2000/11/14 04:25:31 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Tools necessary to build programs" -SRC_URI="ftp://ftp.varesearch.com/pub/support/hjl/binutils/${A}" +SRC_URI="http://ftp.varesearch.com/pub/support/hjl/binutils/${A}" src_compile() { try ./configure --prefix=/usr --host=${CHOST} |