Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gcc/
Date: Sun, 06 Nov 2022 12:05:54
Message-Id: 1667736321.f345b847382a0b8c784a12a79b068fbc6f7d415a.grobian@gentoo
1 commit: f345b847382a0b8c784a12a79b068fbc6f7d415a
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 12:05:21 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 12:05:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f345b847
7
8 sys-devel/gcc-12.2.0: marked ~x{64,86}-solaris
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 sys-devel/gcc/gcc-12.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/gcc/gcc-12.2.0.ebuild b/sys-devel/gcc/gcc-12.2.0.ebuild
16 index 59b639d041..24b6f17fa0 100644
17 --- a/sys-devel/gcc/gcc-12.2.0.ebuild
18 +++ b/sys-devel/gcc/gcc-12.2.0.ebuild
19 @@ -15,7 +15,7 @@ inherit toolchain
20 if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
21 # fails to compile on Solaris and macOS, need to check why
22 : KEYWORDS="~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
23 - KEYWORDS="~x64-macos"
24 + KEYWORDS="~x64-macos ~x64-solaris ~x86-solaris"
25 fi
26
27 # use alternate source for Apple M1 (also works for x86_64)