diff options
author | 2024-04-28 23:49:00 +0100 | |
---|---|---|
committer | 2024-04-28 23:49:25 +0100 | |
commit | 8e930a5bef80f306648a354541153e041f5f1927 (patch) | |
tree | 9dfa40928f42d2353aa5f2ef8e139c7ad218816c /sys-devel | |
parent | sys-devel/gcc: add 15.0.0_pre20240428 (diff) | |
download | gentoo-8e930a5bef80f306648a354541153e041f5f1927.tar.gz gentoo-8e930a5bef80f306648a354541153e041f5f1927.tar.bz2 gentoo-8e930a5bef80f306648a354541153e041f5f1927.zip |
sys-devel/gcc: update patchset for 15.0.9999
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-15.0.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-15.0.9999.ebuild b/sys-devel/gcc/gcc-15.0.9999.ebuild index 73d93bfe4250..ed37e9295f6d 100644 --- a/sys-devel/gcc/gcc-15.0.9999.ebuild +++ b/sys-devel/gcc/gcc-15.0.9999.ebuild @@ -4,8 +4,8 @@ EAPI=8 TOOLCHAIN_PATCH_DEV="sam" -PATCH_GCC_VER="14.0.0" -MUSL_GCC_VER="14.0.0" +PATCH_GCC_VER="15.0.0" +MUSL_GCC_VER="15.0.0" PYTHON_COMPAT=( python3_{10..11} ) if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then |