diff options
author | Sam James <sam@gentoo.org> | 2023-02-08 01:13:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-08 01:13:59 +0000 |
commit | a4fc7049d963e6c1045fd65e9dfbe2d69eacea0f (patch) | |
tree | 65f1beef9047bf22fce69d7225c1b1e8a7d1102c /sys-devel/gcc/gcc-8.5.0-r1.ebuild | |
parent | sec-keys/openpgp-keys-openssl: Stabilize 20230207 ppc, #893556 (diff) | |
download | gentoo-a4fc7049d963e6c1045fd65e9dfbe2d69eacea0f.tar.gz gentoo-a4fc7049d963e6c1045fd65e9dfbe2d69eacea0f.tar.bz2 gentoo-a4fc7049d963e6c1045fd65e9dfbe2d69eacea0f.zip |
sys-devel/gcc: backport gettext/libstdc++ fix to 8.5.0/9.5.0
Closes: https://bugs.gentoo.org/892816
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-8.5.0-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-8.5.0-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-8.5.0-r1.ebuild b/sys-devel/gcc/gcc-8.5.0-r1.ebuild index ff799268370b..2d77b92b0327 100644 --- a/sys-devel/gcc/gcc-8.5.0-r1.ebuild +++ b/sys-devel/gcc/gcc-8.5.0-r1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -TOOLCHAIN_PATCH_DEV="slyfox" -PATCH_VER="2" +TOOLCHAIN_PATCH_SUFFIX="xz" +TOOLCHAIN_PATCH_DEV="sam" +PATCH_VER="4" inherit toolchain |