summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-03 16:02:08 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-03 16:02:08 +0000
commit677084fc3eaaa148c5f3e7696c1e51f7deb3bb2f (patch)
tree7c2b96c7bf29dbfc035bb5463699e4983d9e7b2a /sys-devel/gdb
parent*** empty log message *** (diff)
downloadgentoo-2-677084fc3eaaa148c5f3e7696c1e51f7deb3bb2f.tar.gz
gentoo-2-677084fc3eaaa148c5f3e7696c1e51f7deb3bb2f.tar.bz2
gentoo-2-677084fc3eaaa148c5f3e7696c1e51f7deb3bb2f.zip
*** empty log message ***
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r--sys-devel/gdb/gdb-5.0-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-5.0-r1.ebuild b/sys-devel/gdb/gdb-5.0-r1.ebuild
index fe3e06809706..25c8311c4af0 100644
--- a/sys-devel/gdb/gdb-5.0-r1.ebuild
+++ b/sys-devel/gdb/gdb-5.0-r1.ebuild
@@ -1,13 +1,15 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.0-r1.ebuild,v 1.3 2000/09/15 20:09:26 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-5.0-r1.ebuild,v 1.4 2000/10/03 16:02:07 achim Exp $
P=gdb-5.0
A=${P}.tar.bz2
S=${WORKDIR}/${P}
DESCRIPTION="GNU debugger"
-SRC_URI="ftp://sourceware.cygnus.com/pub/gdb/releases/${A}"
+SRC_URI="ftp://sourceware.cygnus.com/pub/gdb/releases/${A}
+ ftp://ftp.freesoftware.com/pub/sourceware/gdb/releases/${A}"
+
HOMEPAGE="http://www.gnu.org/software/gdb/gdb.html"
src_compile() {