diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-03-09 16:53:35 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-03-09 16:53:35 +0100 |
commit | 294ac693f187e17e568400199f4edd1d74e277eb (patch) | |
tree | c1b17bcf519e6620cff8d9bca966b87d950edb68 /sys-devel | |
parent | sys-devel/gcc-14.0.1: add pre-release for macOS (diff) | |
download | prefix-294ac693f187e17e568400199f4edd1d74e277eb.tar.gz prefix-294ac693f187e17e568400199f4edd1d74e277eb.tar.bz2 prefix-294ac693f187e17e568400199f4edd1d74e277eb.zip |
sys-devel/gcc-14.0.1: dekeyword, better not to use it (yet)
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-14.0.1_pre20240225.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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) |