From 495820a8fd7719ffe1d436c6d80f5a2e83fe8f90 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 19 Aug 2024 07:21:23 +0000 Subject: [PATCH] sys-devel/binutils: Sync with Gentoo It's from Gentoo commit fd404eb5fc8a27cb470fcff563d2cb97af0a4566. --- .../portage-stable/sys-devel/binutils/binutils-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-devel/binutils/binutils-9999.ebuild b/sdk_container/src/third_party/portage-stable/sys-devel/binutils/binutils-9999.ebuild index 44bb4c8c3e..c2e263b637 100644 --- a/sdk_container/src/third_party/portage-stable/sys-devel/binutils/binutils-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/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