summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-17 23:29:17 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-17 23:42:40 +0200
commit6b9cdfbb7ca36a1295db5e18ce5a05d76499645a (patch)
treea483df0d5b6c92c1d4dbcf1587b180d9ae35d429 /sys-devel/binutils/binutils-9999.ebuild
parentnet-vpn/tor: Stabilize 0.4.6.7 ppc64, #808681 (diff)
downloadgentoo-6b9cdfbb7ca36a1295db5e18ce5a05d76499645a.tar.gz
gentoo-6b9cdfbb7ca36a1295db5e18ce5a05d76499645a.tar.bz2
gentoo-6b9cdfbb7ca36a1295db5e18ce5a05d76499645a.zip
sys-devel/binutils: 2.37 patchset bump
Needs pseudo-version since sources of generated files were changed Bug: https://bugs.gentoo.org/808787 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-devel/binutils/binutils-9999.ebuild')
-rw-r--r--sys-devel/binutils/binutils-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild
index d6c4c64f8156..37d8a9fa13f0 100644
--- a/sys-devel/binutils/binutils-9999.ebuild
+++ b/sys-devel/binutils/binutils-9999.ebuild
@@ -27,8 +27,8 @@ if [[ ${PV} == 9999* ]]; then
SLOT=${PV}
else
PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}}
- PATCH_DEV=${PATCH_DEV:-slyfox}
- SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
+ PATCH_DEV=${PATCH_DEV:-dilfridge}
+ SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PV}.tar.xz"
[[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz"
SLOT=$(ver_cut 1-2)
@@ -86,6 +86,9 @@ src_unpack() {
cd "${WORKDIR}" || die
unpack binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz
+
+ # _p patch versions are Gentoo specific tarballs ...
+ S=${WORKDIR}/${P%_p?}
fi
cd "${WORKDIR}" || die