diff options
author | 2024-08-14 20:18:43 +0100 | |
---|---|---|
committer | 2024-08-14 20:19:22 +0100 | |
commit | fd404eb5fc8a27cb470fcff563d2cb97af0a4566 (patch) | |
tree | 9dd9418f5bab7336121b2d88d4175df1ef240c87 /sys-devel/binutils | |
parent | dev-lang/rust-bin: add tarball for mips & riscv (diff) | |
download | gentoo-fd404eb5fc8a27cb470fcff563d2cb97af0a4566.tar.gz gentoo-fd404eb5fc8a27cb470fcff563d2cb97af0a4566.tar.bz2 gentoo-fd404eb5fc8a27cb470fcff563d2cb97af0a4566.zip |
sys-devel/binutils: add github as backup patches repo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/binutils-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 44bb4c8c3e76..c2e263b637e9 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-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 |