diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2001-12-27 02:43:17 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2001-12-27 02:43:17 +0000 |
commit | 84f66b76be86d00647cecbbe18b6be79466dc042 (patch) | |
tree | 1b97d1fffd67ddfad83678b70d2c8ec41a637bb1 /sys-devel | |
parent | fix build problem agains guile-1.5.4 (diff) | |
download | historical-84f66b76be86d00647cecbbe18b6be79466dc042.tar.gz historical-84f66b76be86d00647cecbbe18b6be79466dc042.tar.bz2 historical-84f66b76be86d00647cecbbe18b6be79466dc042.zip |
Fixed tyop in URL
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.11.92.0.12.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.11.92.0.12.3-r1.ebuild b/sys-devel/binutils/binutils-2.11.92.0.12.3-r1.ebuild index ba34cdec0fa0..3f9fd4edfdfc 100644 --- a/sys-devel/binutils/binutils-2.11.92.0.12.3-r1.ebuild +++ b/sys-devel/binutils/binutils-2.11.92.0.12.3-r1.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.11.92.0.12.3-r1.ebuild,v 1.1 2001/12/24 18:20:59 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.11.92.0.12.3-r1.ebuild,v 1.2 2001/12/27 02:43:17 karltk Exp $ S=${WORKDIR}/${P} DESCRIPTION="Tools necessary to build programs" -SRC_URI="http://ftp.kernel.org/pub/linux/devel/binutils/${P}.tar.bz2 http://www.ibiblio.org/${PN}-manpages-${PV}.tar.bz2" +SRC_URI="http://ftp.kernel.org/pub/linux/devel/binutils/${P}.tar.bz2 http://www.ibiblio.org/gentoo/distfiles/${PN}-manpages-${PV}.tar.bz2" DEPEND="virtual/glibc" src_unpack() { |