diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-02-17 10:44:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-17 10:44:28 +0000 |
commit | 713b4e7092ae6c7d5891d091cf8d37b7019a9e3f (patch) | |
tree | d9065201fe81597cb231512d620bc7c43992056b /sys-devel/gdb/gdb-9999.ebuild | |
parent | Avoid build failure with USE="-qt4" wrt bug #472220. (diff) | |
download | gentoo-2-713b4e7092ae6c7d5891d091cf8d37b7019a9e3f.tar.gz gentoo-2-713b4e7092ae6c7d5891d091cf8d37b7019a9e3f.tar.bz2 gentoo-2-713b4e7092ae6c7d5891d091cf8d37b7019a9e3f.zip |
Update weekly snapshot to use xz.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
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 9f41aac246ad..d1e1fcdcd95b 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.31 2015/02/13 21:51:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-9999.ebuild,v 1.32 2015/02/17 10:44:28 vapier Exp $ EAPI="4" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -28,7 +28,7 @@ case ${PV} in ;; *.*.50.*) # weekly snapshots - SRC_URI="ftp://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${PV}.tar.bz2" + SRC_URI="ftp://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${PV}.tar.xz" ;; 9999*) # live git tree |