diff options
author | Sam James <sam@gentoo.org> | 2022-08-15 18:08:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-15 18:08:33 +0100 |
commit | 6c86924f64e2db203c6bbadd317b87b9da978e93 (patch) | |
tree | 2a2eb6301a32a0252fb09edcc8dc6692648e2a1e /sys-devel/gcc/gcc-9.5.0.ebuild | |
parent | dev-util/watchman: add 2022.08.15.00 (diff) | |
download | gentoo-6c86924f64e2db203c6bbadd317b87b9da978e93.tar.gz gentoo-6c86924f64e2db203c6bbadd317b87b9da978e93.tar.bz2 gentoo-6c86924f64e2db203c6bbadd317b87b9da978e93.zip |
sys-devel/gcc: fix build for 9.5.0 w/ glibc-2.36
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-9.5.0.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-9.5.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-9.5.0.ebuild b/sys-devel/gcc/gcc-9.5.0.ebuild index 4a953b324d63..133de2006773 100644 --- a/sys-devel/gcc/gcc-9.5.0.ebuild +++ b/sys-devel/gcc/gcc-9.5.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 -TOOLCHAIN_PATCH_DEV="slyfox" -PATCH_GCC_VER="9.4.0" +TOOLCHAIN_PATCH_DEV="sam" +PATCH_GCC_VER="9.5.0" PATCH_VER="1" if [[ $(ver_cut 3) == 9999 ]] ; then |