commit: 10d50521689869d8e66e9e960a72bc84a8c7fa0a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 22 18:56:27 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 22 18:56:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d50521
sys-devel/gcc: EAPI 8 for 13.0.9999 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/gcc/gcc-13.0.9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-devel/gcc/gcc-13.0.9999.ebuild b/sys-devel/gcc/gcc-13.0.9999.ebuild index 7ff7b0a64003..39b0e5637249 100644 --- a/sys-devel/gcc/gcc-13.0.9999.ebuild +++ b/sys-devel/gcc/gcc-13.0.9999.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -TOOLCHAIN_PATCH_SUFFIX="xz" PATCH_VER="5" PATCH_GCC_VER="12.0.0" MUSL_VER="4"
