summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/gdb/gdb-7.4.1.ebuild')
-rw-r--r--sys-devel/gdb/gdb-7.4.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/gdb/gdb-7.4.1.ebuild b/sys-devel/gdb/gdb-7.4.1.ebuild
index a9e233c0b184..7e3e64528382 100644
--- a/sys-devel/gdb/gdb-7.4.1.ebuild
+++ b/sys-devel/gdb/gdb-7.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.4.1.ebuild,v 1.4 2012/07/23 02:50:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.4.1.ebuild,v 1.5 2013/02/09 04:38:58 vapier Exp $
EAPI="3"
@@ -27,7 +27,7 @@ case ${PV} in
;;
*.*.50.*)
# weekly snapshots
- SRC_URI="ftp://sources.redhat.com/pub/gdb/snapshots/current/gdb-weekly-${PV}.tar.bz2"
+ SRC_URI="ftp://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${PV}.tar.bz2"
;;
9999*)
# live git tree
@@ -38,7 +38,7 @@ case ${PV} in
*)
# Normal upstream release
SRC_URI="mirror://gnu/gdb/${P}.tar.bz2
- ftp://sources.redhat.com/pub/gdb/releases/${P}.tar.bz2"
+ ftp://sourceware.org/pub/gdb/releases/${P}.tar.bz2"
;;
esac