mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
sys-devel/binutils: Sync with Gentoo
It's from Gentoo commit fd404eb5fc8a27cb470fcff563d2cb97af0a4566.
This commit is contained in:
parent
8228966a37
commit
495820a8fd
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user