diff options
author | Sam James <sam@gentoo.org> | 2022-08-22 02:53:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-22 02:53:50 +0100 |
commit | f51525d8473b0610ef41ebace91753d49c3b9fc6 (patch) | |
tree | c2a95f1566e902822b4e386796a94f5946b53ebd /sys-devel | |
parent | sys-devel/gcc: fix build with USE=d for 10.4.0 (diff) | |
download | gentoo-f51525d8473b0610ef41ebace91753d49c3b9fc6.tar.gz gentoo-f51525d8473b0610ef41ebace91753d49c3b9fc6.tar.bz2 gentoo-f51525d8473b0610ef41ebace91753d49c3b9fc6.zip |
sys-devel/gcc: switch 10.5.9999 to 10.5 patches
No functional changes, just dropped glibc-2.36 patch as unnecessary.
The next patches for 10.4.0_p* should be from the 10.5 dir.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-10.5.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-10.5.9999.ebuild b/sys-devel/gcc/gcc-10.5.9999.ebuild index d43d8bf4fbb3..6cba90ba4ee4 100644 --- a/sys-devel/gcc/gcc-10.5.9999.ebuild +++ b/sys-devel/gcc/gcc-10.5.9999.ebuild @@ -5,8 +5,8 @@ EAPI=8 TOOLCHAIN_PATCH_SUFFIX="xz" TOOLCHAIN_PATCH_DEV="sam" -PATCH_GCC_VER="10.4.0" -MUSL_GCC_VER="10.4.0" +PATCH_GCC_VER="10.5.0" +MUSL_GCC_VER="10.5.0" if [[ $(ver_cut 3) == 9999 ]] ; then MY_PV_2=$(ver_cut 2) |