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 288D9158020 for ; Fri, 2 Dec 2022 03:35:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 752BCE0AC0; Fri, 2 Dec 2022 03:35:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 61960E0AC0 for ; Fri, 2 Dec 2022 03:35:34 +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 86AF733BED5 for ; Fri, 2 Dec 2022 03:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A3E976C for ; Fri, 2 Dec 2022 03:35:32 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1669952114.450b2ab522303987f15906831821cd59854b62c1.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gcc/gcc-13.0.0_pre20221127.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 450b2ab522303987f15906831821cd59854b62c1 X-VCS-Branch: master Date: Fri, 2 Dec 2022 03:35:32 +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: 8331da8f-e0b3-4346-9323-d05aefaa91c0 X-Archives-Hash: 78ef0684497b0e3d8addc09da2df4b12 commit: 450b2ab522303987f15906831821cd59854b62c1 Author: WANG Xuerui gentoo org> AuthorDate: Fri Dec 2 03:34:08 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Dec 2 03:35:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450b2ab5 sys-devel/gcc: keyword 13.0.0_pre20221127 for ~loong Test results mostly unchanged (only 3 cases *disappeared* but no new failures compared to previous run), no problems observed so far. Signed-off-by: WANG Xuerui gentoo.org> sys-devel/gcc/gcc-13.0.0_pre20221127.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-devel/gcc/gcc-13.0.0_pre20221127.ebuild b/sys-devel/gcc/gcc-13.0.0_pre20221127.ebuild index 92deea80216e..9d34def24fa5 100644 --- a/sys-devel/gcc/gcc-13.0.0_pre20221127.ebuild +++ b/sys-devel/gcc/gcc-13.0.0_pre20221127.ebuild @@ -27,9 +27,10 @@ inherit toolchain EGIT_BRANCH=master # Don't keyword live ebuilds -#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then +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" -#fi + KEYWORDS="~loong" +fi # Technically only if USE=hardened *too* right now, but no point in complicating it further. # If GCC is enabling CET by default, we need glibc to be built with support for it.