diff options
author | Sam James <sam@gentoo.org> | 2024-12-01 08:47:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-01 08:51:46 +0000 |
commit | a60310a4506a103f3f74c87a2970090b4d851174 (patch) | |
tree | b8e8797b5b47f77e09b09e5e34921fdc8689dc9b /sys-devel/binutils | |
parent | dev-perl/Tk-JPEG-Lite: use libjpeg-turbo, style tweaks (diff) | |
download | gentoo-a60310a4506a103f3f74c87a2970090b4d851174.tar.gz gentoo-a60310a4506a103f3f74c87a2970090b4d851174.tar.bz2 gentoo-a60310a4506a103f3f74c87a2970090b4d851174.zip |
sys-devel/binutils: add mirrors to EGIT_REPO_URI
sourceware was down earlier, so add some mirrors.
sourcehut is an official mirror (albeit an experiment IIRC) by sourceware
and x86-binutils is run by H.J. Lu.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/binutils-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 1a0501350ebe..b262083b7c2f 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -94,7 +94,11 @@ src_unpack() { if [[ ${PV} != 9999 ]] ; then EGIT_BRANCH=binutils-$(ver_cut 1)_$(ver_cut 2)-branch fi - EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" + EGIT_REPO_URI=" + https://sourceware.org/git/binutils-gdb.git + https://git.sr.ht/~sourceware/binutils-gdb + https://gitlab.com/x86-binutils/binutils-gdb.git + " S=${WORKDIR}/binutils EGIT_CHECKOUT_DIR=${S} git-r3_src_unpack |