diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-11-20 08:15:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-11-20 08:15:35 +0000 |
commit | ea0b9a4e01aaebe993321b23bc73f9b742797fdf (patch) | |
tree | 802e636056ad54e9a169d7a6ae9f1610d0721a4a /sys-devel/gdb/gdb-9999.ebuild | |
parent | update binutils git repo #490566 (diff) | |
download | gentoo-2-ea0b9a4e01aaebe993321b23bc73f9b742797fdf.tar.gz gentoo-2-ea0b9a4e01aaebe993321b23bc73f9b742797fdf.tar.bz2 gentoo-2-ea0b9a4e01aaebe993321b23bc73f9b742797fdf.zip |
Update gdb git repo #490566 by octoploid.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-devel/gdb/gdb-9999.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index ce86c86bfaa3..56ca1637611b 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -1,6 +1,6 @@ # 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-9999.ebuild,v 1.14 2013/09/15 12:04:52 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.15 2013/11/20 08:15:35 vapier Exp $ EAPI="3" @@ -31,7 +31,7 @@ case ${PV} in ;; 9999*) # live git tree - EGIT_REPO_URI="git://sourceware.org/git/gdb.git" + EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" inherit git-2 SRC_URI="" ;; |