summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-02-06 14:14:32 +0100
committerFabian Groffen <grobian@gentoo.org>2024-02-06 14:14:32 +0100
commit9d17a67f52261e33f2bb33c9c222894e4af80f93 (patch)
tree34a40d8808c2592354bd00663cef789dd68e5150 /sys-devel
parentscripts/bootstrap-prefix: fix Darwin 9 x86 profile typo (diff)
downloadprefix-9d17a67f52261e33f2bb33c9c222894e4af80f93.tar.gz
prefix-9d17a67f52261e33f2bb33c9c222894e4af80f93.tar.bz2
prefix-9d17a67f52261e33f2bb33c9c222894e4af80f93.zip
sys-devel/gcc-13.2.0: drop outdated comment/mask
Compiles fine on Solaris and Darwin nowadays Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/gcc-13.2.0.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-13.2.0.ebuild b/sys-devel/gcc/gcc-13.2.0.ebuild
index 7d4abab95f..65b51e7dcc 100644
--- a/sys-devel/gcc/gcc-13.2.0.ebuild
+++ b/sys-devel/gcc/gcc-13.2.0.ebuild
@@ -13,9 +13,7 @@ inherit toolchain
# Don't keyword live ebuilds
if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
- # fails to compile on Solaris and macOS, need to check why
- : KEYWORDS="~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
- KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris"
+ KEYWORDS="~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
fi
# use alternate source for Apple M1 (also works for x86_64)