commit: f51525d8473b0610ef41ebace91753d49c3b9fc6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 22 01:53:48 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 01:53:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51525d8
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 <AT> gentoo.org>
sys-devel/gcc/gcc-10.5.9999.ebuild | 4 ++--
1 file 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)