diff options
author | Sam James <sam@gentoo.org> | 2024-12-01 08:58:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-01 08:58:11 +0000 |
commit | e5eaa009cf554446942cfb52968b48b699e009f9 (patch) | |
tree | c59335c678808c8550f6e4aaf1edd52a56a1d5ae /sys-devel | |
parent | dev-util/ROPgadget: Stabilize 7.5 arm64, #922181 (diff) | |
download | gentoo-e5eaa009cf554446942cfb52968b48b699e009f9.tar.gz gentoo-e5eaa009cf554446942cfb52968b48b699e009f9.tar.bz2 gentoo-e5eaa009cf554446942cfb52968b48b699e009f9.zip |
sys-devel/binutils: sync EGIT_REPO_URI for 2.43.9999 with 9999
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/binutils-2.43.9999.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.43.9999.ebuild b/sys-devel/binutils/binutils-2.43.9999.ebuild index 7a666a60c369..264ca387d0c4 100644 --- a/sys-devel/binutils/binutils-2.43.9999.ebuild +++ b/sys-devel/binutils/binutils-2.43.9999.ebuild @@ -83,7 +83,10 @@ MY_BUILDDIR=${WORKDIR}/build src_unpack() { if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/toolchain/binutils-patches.git" + EGIT_REPO_URI=" + https://anongit.gentoo.org/git/proj/toolchain/binutils-patches.git + https://github.com/gentoo/binutils-patches + " EGIT_CHECKOUT_DIR=${WORKDIR}/patches-git git-r3_src_unpack mv patches-git/9999 patch || die @@ -91,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 |