From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D8B515ACFB for ; Mon, 24 Apr 2023 20:12:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AAD7E0872; Mon, 24 Apr 2023 20:12:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE9D3E0872 for ; Mon, 24 Apr 2023 20:12:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFEA0340DBD for ; Mon, 24 Apr 2023 20:12:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B5B7A50 for ; Mon, 24 Apr 2023 20:12:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1682367117.072ae8f5092b262a2c0007cdaed180895f665471.sam@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gcc/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-devel/gcc/gcc-12.2.0.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 072ae8f5092b262a2c0007cdaed180895f665471 X-VCS-Branch: master Date: Mon, 24 Apr 2023 20:12:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6262b6c-dd62-4417-8c4d-31f192a6c04e X-Archives-Hash: 4546d9764df2058e75eac3ed3f531019 commit: 072ae8f5092b262a2c0007cdaed180895f665471 Author: Yifeng Li tomli me> AuthorDate: Mon Apr 24 05:56:14 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 24 20:11:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=072ae8f5 sys-devel/gcc: unmask macOS for gcc-12.2.0 This commit reintroduces the keywords for macOS on both x64 and ARM64, which were previously masked. In commit 4528ff80dbcde18a90c4dfe64e8a3bd42fbfbf41, the bootstrap script has been patched to allow the use of sys-devel/gcc-12.2.0 on macOS. The previous mask is no longer necessary. Bug: https://bugs.gentoo.org/895334 Signed-off-by: Yifeng Li tomli.me> Closes: https://github.com/gentoo/prefix/pull/26 Signed-off-by: Sam James gentoo.org> sys-devel/gcc/gcc-12.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gcc/gcc-12.2.0.ebuild b/sys-devel/gcc/gcc-12.2.0.ebuild index 20a8ca2ca6..9c981d806b 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-solaris ~x86-solaris" + KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris ~x86-solaris" fi # use alternate source for Apple M1 (also works for x86_64)