diff options
author | Sam James <sam@gentoo.org> | 2023-01-29 10:43:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-29 10:44:53 +0000 |
commit | b722939b4023e6de68bc03ddc36c20d0d8d8e39f (patch) | |
tree | 6723833e8893745527e49ae0b3bccb2f4fc22834 /sys-devel/gcc/gcc-11.3.1_p20230120-r1.ebuild | |
parent | dev-cpp/gulrak-filesystem: Strip out -Werror flag (diff) | |
download | gentoo-b722939b4023e6de68bc03ddc36c20d0d8d8e39f.tar.gz gentoo-b722939b4023e6de68bc03ddc36c20d0d8d8e39f.tar.bz2 gentoo-b722939b4023e6de68bc03ddc36c20d0d8d8e39f.zip |
sys-devel/gcc: update musl patchset for others too (not just latest of each)
Easier if we do it for all, given not all kw'd.
Bug: https://bugs.gentoo.org/862831
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-11.3.1_p20230120-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-11.3.1_p20230120-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-11.3.1_p20230120-r1.ebuild b/sys-devel/gcc/gcc-11.3.1_p20230120-r1.ebuild index 9c10ee0100a5..877d1c2ecf87 100644 --- a/sys-devel/gcc/gcc-11.3.1_p20230120-r1.ebuild +++ b/sys-devel/gcc/gcc-11.3.1_p20230120-r1.ebuild @@ -7,7 +7,7 @@ TOOLCHAIN_PATCH_SUFFIX="xz" TOOLCHAIN_PATCH_DEV="sam" PATCH_VER="7" PATCH_GCC_VER="11.4.0" -MUSL_VER="1" +MUSL_VER="2" MUSL_GCC_VER="11.4.0" if [[ $(ver_cut 3) == 9999 ]] ; then |