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 8AF731580FD for ; Fri, 27 Dec 2024 17:58:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A84AE0845; Fri, 27 Dec 2024 17:58:41 +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 0223BE0845 for ; Fri, 27 Dec 2024 17:58:41 +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 6784C33BEE9 for ; Fri, 27 Dec 2024 17:58:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FCCB1993 for ; Fri, 27 Dec 2024 17:58:36 +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: <1735322274.b166603dcc7883b5962079e9605f5061615829de.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-12.4.1_p20241219.ebuild X-VCS-Directories: sys-devel/kgcc64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b166603dcc7883b5962079e9605f5061615829de X-VCS-Branch: master Date: Fri, 27 Dec 2024 17:58:36 +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: b359ae62-2ff4-4b5b-89d9-ab1d5dba7ae3 X-Archives-Hash: 605706e6aef69b00acd67452f613aa3b commit: b166603dcc7883b5962079e9605f5061615829de Author: Sam James gentoo org> AuthorDate: Fri Dec 27 17:57:02 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 27 17:57:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b166603d sys-devel/kgcc64: Stabilize 12.4.1_p20241219 hppa, #947023 Signed-off-by: Sam James gentoo.org> sys-devel/kgcc64/kgcc64-12.4.1_p20241219.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/kgcc64/kgcc64-12.4.1_p20241219.ebuild b/sys-devel/kgcc64/kgcc64-12.4.1_p20241219.ebuild index 9467aeb954be..6cc253535a6d 100644 --- a/sys-devel/kgcc64/kgcc64-12.4.1_p20241219.ebuild +++ b/sys-devel/kgcc64/kgcc64-12.4.1_p20241219.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