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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2B99158042 for ; Sat, 2 Nov 2024 02:44:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AFD9E089F; Sat, 2 Nov 2024 02:44:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04572E089C for ; Sat, 2 Nov 2024 02:44:36 +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 4E7053430CB for ; Sat, 2 Nov 2024 02:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E118A1953 for ; Sat, 2 Nov 2024 02:44:33 +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: <1730515433.0aca609704909bef37fb3bff9ed7286b21394eb8.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-13.3.1_p20241025.ebuild X-VCS-Directories: sys-devel/kgcc64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0aca609704909bef37fb3bff9ed7286b21394eb8 X-VCS-Branch: master Date: Sat, 2 Nov 2024 02:44:33 +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: 6a32daff-039d-42d0-9f69-cba7c7b672e2 X-Archives-Hash: f04382f6e6a5a0695029fa8f3e1a662b commit: 0aca609704909bef37fb3bff9ed7286b21394eb8 Author: Sam James gentoo org> AuthorDate: Sat Nov 2 02:43:53 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 2 02:43:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aca6097 sys-devel/kgcc64: stabilize 13.3.1_p20241025 for hppa Signed-off-by: Sam James gentoo.org> sys-devel/kgcc64/kgcc64-13.3.1_p20241025.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/kgcc64/kgcc64-13.3.1_p20241025.ebuild b/sys-devel/kgcc64/kgcc64-13.3.1_p20241025.ebuild index 5409d89e03bd..1f092da0147e 100644 --- a/sys-devel/kgcc64/kgcc64-13.3.1_p20241025.ebuild +++ b/sys-devel/kgcc64/kgcc64-13.3.1_p20241025.ebuild @@ -24,7 +24,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