sys-devel/binutils: Sync with Gentoo

It's from Gentoo commit fd404eb5fc8a27cb470fcff563d2cb97af0a4566.
This commit is contained in:
Flatcar Buildbot 2024-08-19 07:21:23 +00:00 committed by Krzesimir Nowak
parent 8228966a37
commit 495820a8fd

View File

@ -83,7 +83,10 @@ MY_BUILDDIR=${WORKDIR}/build
src_unpack() { src_unpack() {
if [[ ${PV} == *9999 ]] ; then 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 EGIT_CHECKOUT_DIR=${WORKDIR}/patches-git
git-r3_src_unpack git-r3_src_unpack
mv patches-git/9999 patch || die mv patches-git/9999 patch || die