commit: 35ba3104067902f2df006e9fea208f1dc77715f7
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 12:25:28 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 12:25:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ba3104
sys-devel/gcc: drop loong in 13.0.0_pre20221002, does not build
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-devel/gcc/gcc-13.0.0_pre20221002.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-devel/gcc/gcc-13.0.0_pre20221002.ebuild
b/sys-devel/gcc/gcc-13.0.0_pre20221002.ebuild
index 641ab05e8153..eaaa94a04634 100644
--- a/sys-devel/gcc/gcc-13.0.0_pre20221002.ebuild
+++ b/sys-devel/gcc/gcc-13.0.0_pre20221002.ebuild
@@ -29,7 +29,7 @@ EGIT_BRANCH=master
# Don't keyword live ebuilds
if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
- KEYWORDS="~loong"
+ KEYWORDS=""
fi
# Technically only if USE=hardened *too* right now, but no point in
complicating it further.