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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C10D15801B for ; Mon, 7 Aug 2023 15:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4979D2BC01E; Mon, 7 Aug 2023 15:54:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 31F562BC01E for ; Mon, 7 Aug 2023 15:54:38 +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 442C234092E for ; Mon, 7 Aug 2023 15:54:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77C56F21 for ; Mon, 7 Aug 2023 15:54:35 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1691423650.0515652c10f56706009701e56b9c8aa70dc020cf.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/kgcc64/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/kgcc64/kgcc64-11.4.1_p20230622.ebuild X-VCS-Directories: sys-devel/kgcc64/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0515652c10f56706009701e56b9c8aa70dc020cf X-VCS-Branch: master Date: Mon, 7 Aug 2023 15:54:35 +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: 8200a47c-39ee-4c6f-a428-84cceb302e15 X-Archives-Hash: 55091efcf5de622adfee6d3ea3d0a449 commit: 0515652c10f56706009701e56b9c8aa70dc020cf Author: Arthur Zamarin gentoo org> AuthorDate: Mon Aug 7 15:54:10 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Aug 7 15:54:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0515652c sys-devel/kgcc64: Stabilize 11.4.1_p20230622 hppa, #911664 Signed-off-by: Arthur Zamarin gentoo.org> sys-devel/kgcc64/kgcc64-11.4.1_p20230622.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/kgcc64/kgcc64-11.4.1_p20230622.ebuild b/sys-devel/kgcc64/kgcc64-11.4.1_p20230622.ebuild index 1b674fb17f78..3495e8812653 100644 --- a/sys-devel/kgcc64/kgcc64-11.4.1_p20230622.ebuild +++ b/sys-devel/kgcc64/kgcc64-11.4.1_p20230622.ebuild @@ -25,7 +25,7 @@ inherit toolchain DESCRIPTION="64bit kernel compiler" # Works on hppa and mips; all other archs, refer to bug #228115 -KEYWORDS="~hppa" +KEYWORDS="hppa" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet