diff options
author | Sam James <sam@gentoo.org> | 2022-06-02 09:08:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-02 09:09:40 +0100 |
commit | 4c40c60b01e775e5555c9a5807615d28a932063d (patch) | |
tree | 9d6581cc0b59485b532bb19cd9a09f106a03c73a /sys-devel/gcc/gcc-10.3.0-r2.ebuild | |
parent | dev-util/strace: Stabilize 5.17 hppa, #849146 (diff) | |
download | gentoo-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-10.3.0-r2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-10.3.0-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-10.3.0-r2.ebuild b/sys-devel/gcc/gcc-10.3.0-r2.ebuild index 0fc4ea78dc7a..d62162f1a68d 100644 --- a/sys-devel/gcc/gcc-10.3.0-r2.ebuild +++ b/sys-devel/gcc/gcc-10.3.0-r2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" +TOOLCHAIN_PATCH_DEV="slyfox" PATCH_VER="3" MUSL_VER="1" |