summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-10-11 14:25:28 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-10-11 14:25:28 +0200
commit35ba3104067902f2df006e9fea208f1dc77715f7 (patch)
tree57a929d9452d6ebd374b691060df82fbe609ed58 /sys-devel
parentdev-python/pydantic: Make C extensions optional (diff)
downloadgentoo-35ba3104067902f2df006e9fea208f1dc77715f7.tar.gz
gentoo-35ba3104067902f2df006e9fea208f1dc77715f7.tar.bz2
gentoo-35ba3104067902f2df006e9fea208f1dc77715f7.zip
sys-devel/gcc: drop loong in 13.0.0_pre20221002, does not build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/gcc-13.0.0_pre20221002.ebuild2
1 files changed, 1 insertions, 1 deletions
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.