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 6F1C8158091 for ; Wed, 1 Jun 2022 07:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83ADFE069C; Wed, 1 Jun 2022 07:14:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA102E05AC for ; Wed, 1 Jun 2022 07:14:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D43A4341C3A for ; Wed, 1 Jun 2022 07:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D08667F for ; Wed, 1 Jun 2022 07:14:01 +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: <1654067603.6e93d5a399eaf7b1bbef3ebaa0711cb150b8870e.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-12.1.1_p20220528.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 6e93d5a399eaf7b1bbef3ebaa0711cb150b8870e X-VCS-Branch: master Date: Wed, 1 Jun 2022 07:14:01 +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: 267f86d9-9050-418a-be59-e0473e53ba58 X-Archives-Hash: 18cc4664a7021da2d6f8f0f8695caae6 commit: 6e93d5a399eaf7b1bbef3ebaa0711cb150b8870e Author: WANG Xuerui gentoo org> AuthorDate: Wed Jun 1 07:12:37 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Wed Jun 1 07:13:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e93d5a3 sys-devel/gcc: keyword 12.1.1_p20220528 for ~loong Restoring the ~loong keyword for wider testing. Signed-off-by: WANG Xuerui gentoo.org> sys-devel/gcc/gcc-12.1.1_p20220528.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gcc/gcc-12.1.1_p20220528.ebuild b/sys-devel/gcc/gcc-12.1.1_p20220528.ebuild index c6fdb7bcbf1d..897f4eb1b761 100644 --- a/sys-devel/gcc/gcc-12.1.1_p20220528.ebuild +++ b/sys-devel/gcc/gcc-12.1.1_p20220528.ebuild @@ -11,7 +11,7 @@ MUSL_GCC_VER="12.1.0" inherit toolchain #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -#KEYWORDS="~loong" +KEYWORDS="~loong" # 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.