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 E978A15800F for ; Mon, 23 Jan 2023 17:48:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 677A8E0863; Mon, 23 Jan 2023 17:48:20 +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 02535E0864 for ; Mon, 23 Jan 2023 17:48:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D905D340F42 for ; Mon, 23 Jan 2023 17:48:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7320583C for ; Mon, 23 Jan 2023 17:48:17 +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: <1674495988.e2531c8b1ae5e0ef0115efef096a4664432609cb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gcc/gcc-12.2.1_p20230121-r1.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e2531c8b1ae5e0ef0115efef096a4664432609cb X-VCS-Branch: master Date: Mon, 23 Jan 2023 17:48:17 +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: 30e5e317-9b13-41f0-9ca6-5f575b4630db X-Archives-Hash: 608fc422429064e8090a995f438ef1e4 commit: e2531c8b1ae5e0ef0115efef096a4664432609cb Author: Sam James gentoo org> AuthorDate: Mon Jan 23 17:46:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 23 17:46:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2531c8b Revert "sys-devel/gcc: Stabilize 12.2.1_p20230121-r1 ppc, #888475" This reverts commit 6f66777ea3155685d5a74d64a6f6fca843ba2a32. Broken on ppc (miscompiles LLVM). I meant to unCC PPC from the bug but forgot. Bug: https://bugs.gentoo.org/888475 Signed-off-by: Sam James gentoo.org> sys-devel/gcc/gcc-12.2.1_p20230121-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gcc/gcc-12.2.1_p20230121-r1.ebuild b/sys-devel/gcc/gcc-12.2.1_p20230121-r1.ebuild index 41d86683a110..2f088f258c61 100644 --- a/sys-devel/gcc/gcc-12.2.1_p20230121-r1.ebuild +++ b/sys-devel/gcc/gcc-12.2.1_p20230121-r1.ebuild @@ -35,7 +35,7 @@ EGIT_BRANCH=releases/gcc-$(ver_cut 1) # Don't keyword live ebuilds if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86" fi # Technically only if USE=hardened *too* right now, but no point in complicating it further.