From 79e2fe7ce5d8192f7ddc9f57d4fb11bd1231f041 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 10 Jan 2023 12:20:34 +0000 Subject: gentoo auto-resync : 10:01:2023 - 12:20:33 --- sys-devel/gdb/gdb-9999.ebuild | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'sys-devel/gdb/gdb-9999.ebuild') diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 22ec6a50951e..44cd8a72bbd3 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,16 +23,21 @@ case ${PV} in inherit git-r3 SRC_URI="" ;; - *.*.50_p2???????) - # weekly snapshots + *.*.50_p2???????| *.*.90_p2???????) + # Weekly snapshots MY_PV="${PV/_p/.}" - SRC_URI="https://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${MY_PV}.tar.xz" + SRC_URI=" + https://sourceware.org/pub/gdb/snapshots/branch/gdb-weekly-${MY_PV}.tar.xz + https://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${MY_PV}.tar.xz + " S="${WORKDIR}/${PN}-${MY_PV}" ;; *) # Normal upstream release - SRC_URI="mirror://gnu/gdb/${P}.tar.xz - ftp://sourceware.org/pub/gdb/releases/${P}.tar.xz" + SRC_URI=" + mirror://gnu/gdb/${P}.tar.xz + https://sourceware.org/pub/gdb/releases/${P}.tar.xz + " ;; esac -- cgit v1.2.3