diff options
author | Sam James <sam@gentoo.org> | 2024-05-07 10:58:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-07 11:03:53 +0100 |
commit | 5015e86bb2f8fe83908237494c4ce721b89593c2 (patch) | |
tree | a3cd644887fa472bf83e218eadef82d24b467136 /sys-devel | |
parent | app-emulation/wine-vanilla: fix build with musl (diff) | |
download | gentoo-5015e86bb2f8fe83908237494c4ce721b89593c2.tar.gz gentoo-5015e86bb2f8fe83908237494c4ce721b89593c2.tar.bz2 gentoo-5015e86bb2f8fe83908237494c4ce721b89593c2.zip |
sys-devel/gcc: add 14.1.9999, drop 14.0.9999
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-14.1.9999.ebuild (renamed from sys-devel/gcc/gcc-14.0.9999.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-14.0.9999.ebuild b/sys-devel/gcc/gcc-14.1.9999.ebuild index aa52aacaef60..f576374d0692 100644 --- a/sys-devel/gcc/gcc-14.0.9999.ebuild +++ b/sys-devel/gcc/gcc-14.1.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="14.1.0" +MUSL_GCC_VER="14.1.0" PYTHON_COMPAT=( python3_{10..12} ) if [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then |