diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-11-06 13:05:21 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-11-06 13:05:21 +0100 |
commit | f345b847382a0b8c784a12a79b068fbc6f7d415a (patch) | |
tree | 8ed55db14a8e2e4a73f3d780143a44edf3821d61 /sys-devel | |
parent | sys-devel/gcc-config: use version_sorted_paths iso sort -V (diff) | |
download | prefix-f345b847382a0b8c784a12a79b068fbc6f7d415a.tar.gz prefix-f345b847382a0b8c784a12a79b068fbc6f7d415a.tar.bz2 prefix-f345b847382a0b8c784a12a79b068fbc6f7d415a.zip |
sys-devel/gcc-12.2.0: marked ~x{64,86}-solaris
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-12.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-12.2.0.ebuild b/sys-devel/gcc/gcc-12.2.0.ebuild index 59b639d041..24b6f17fa0 100644 --- a/sys-devel/gcc/gcc-12.2.0.ebuild +++ b/sys-devel/gcc/gcc-12.2.0.ebuild @@ -15,7 +15,7 @@ inherit toolchain 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - KEYWORDS="~x64-macos" + KEYWORDS="~x64-macos ~x64-solaris ~x86-solaris" fi # use alternate source for Apple M1 (also works for x86_64) |