commit: 294ac693f187e17e568400199f4edd1d74e277eb
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 9 15:53:35 2024 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 15:53:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=294ac693
sys-devel/gcc-14.0.1: dekeyword, better not to use it (yet)
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
sys-devel/gcc/gcc-14.0.1_pre20240225.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-devel/gcc/gcc-14.0.1_pre20240225.ebuild
b/sys-devel/gcc/gcc-14.0.1_pre20240225.ebuild
index 65946e6d92..a1b9fee8c4 100644
--- a/sys-devel/gcc/gcc-14.0.1_pre20240225.ebuild
+++ b/sys-devel/gcc/gcc-14.0.1_pre20240225.ebuild
@@ -13,7 +13,9 @@ inherit toolchain
# Don't keyword live ebuilds
if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
- KEYWORDS="~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos
~x64-solaris"
+ #KEYWORDS="~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos
~x64-solaris"
+ # can't bootstrap from this using clang's libc++, better not use it
+ KEYWORDS=""
fi
# use alternate source for Apple M1 (also works for x86_64)