From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1593571-garchives=archives.gentoo.org@lists.gentoo.org>
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 D61A515838C
	for <garchives@archives.gentoo.org>; Tue, 23 Jan 2024 04:23:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E9E1DE2AB7;
	Tue, 23 Jan 2024 04:23:12 +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 CF477E2AB7
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Jan 2024 04:23:12 +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 1F6AE343336
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Jan 2024 04:23:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D97DB14D3
	for <gentoo-commits@lists.gentoo.org>; Tue, 23 Jan 2024 04:23:08 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1705983755.3d98eb7c0ee414a419a6c7d7a8713ad9d2f05d44.sam@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_p20240111.ebuild
X-VCS-Directories: sys-devel/kgcc64/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 3d98eb7c0ee414a419a6c7d7a8713ad9d2f05d44
X-VCS-Branch: master
Date: Tue, 23 Jan 2024 04:23:08 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 966effb3-b69a-4128-a1d2-0b98634337cb
X-Archives-Hash: 1d5c162b94a6999fdb8e3ffe7723f6e9

commit:     3d98eb7c0ee414a419a6c7d7a8713ad9d2f05d44
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 04:21:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 04:22:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d98eb7c

sys-devel/kgcc64: Stabilize 11.4.1_p20240111 hppa, #922711

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/kgcc64/kgcc64-11.4.1_p20240111.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/kgcc64/kgcc64-11.4.1_p20240111.ebuild b/sys-devel/kgcc64/kgcc64-11.4.1_p20240111.ebuild
index 6664cd1bfd0c..932a1026c94e 100644
--- a/sys-devel/kgcc64/kgcc64-11.4.1_p20240111.ebuild
+++ b/sys-devel/kgcc64/kgcc64-11.4.1_p20240111.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