summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-02 09:08:12 +0100
committerSam James <sam@gentoo.org>2022-06-02 09:09:40 +0100
commit4c40c60b01e775e5555c9a5807615d28a932063d (patch)
tree9d6581cc0b59485b532bb19cd9a09f106a03c73a /sys-devel/gcc/gcc-11.3.0.ebuild
parentdev-util/strace: Stabilize 5.17 hppa, #849146 (diff)
downloadgentoo-4c40c60b01e775e5555c9a5807615d28a932063d.tar.gz
gentoo-4c40c60b01e775e5555c9a5807615d28a932063d.tar.bz2
gentoo-4c40c60b01e775e5555c9a5807615d28a932063d.zip
toolchain.eclass: introduce TOOLCHAIN_PATCH_DEV
The PMS-legality of trying every entry in SRC_URI is questionable, so let's follow the model we use in some other places like the binutils + glibc ebuilds, and just add a variable for the developer hosting the patchset for an ebuild. We use an array in toolchain.eclass because it's easier. We also fall back to the old behaviour if TOOLCHAIN_PATCH_DEV is not set. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-11.3.0.ebuild')
-rw-r--r--sys-devel/gcc/gcc-11.3.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/gcc/gcc-11.3.0.ebuild b/sys-devel/gcc/gcc-11.3.0.ebuild
index e4643122850f..f98df193692e 100644
--- a/sys-devel/gcc/gcc-11.3.0.ebuild
+++ b/sys-devel/gcc/gcc-11.3.0.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+TOOLCHAIN_PATCH_DEV="sam"
PATCH_VER="4"
PATCH_GCC_VER="11.3.0"
MUSL_VER="1"