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 5C4B71581C1 for ; Wed, 17 Jul 2024 04:31:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D838E2A9B; Wed, 17 Jul 2024 04:31:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 723D3E2A9B for ; Wed, 17 Jul 2024 04:31:48 +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 6F6D4340943 for ; Wed, 17 Jul 2024 04:31:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCA9A1E38 for ; Wed, 17 Jul 2024 04:31:45 +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: <1721190492.89c9e21c0488c8a303ff7e3ca10dcc658bcb9d05.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.2.1_p20240503.ebuild X-VCS-Directories: sys-devel/kgcc64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 89c9e21c0488c8a303ff7e3ca10dcc658bcb9d05 X-VCS-Branch: master Date: Wed, 17 Jul 2024 04:31:45 +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: 30587648-ab5e-436d-8c8c-a9dd7fa60aeb X-Archives-Hash: 3a248d3ff11bbc4ad2ca471ceeead464 commit: 89c9e21c0488c8a303ff7e3ca10dcc658bcb9d05 Author: Sam James gentoo org> AuthorDate: Wed Jul 17 04:27:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 17 04:28:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c9e21c sys-devel/kgcc64: stabilize 13.2.1_p20240503 for hppa Signed-off-by: Sam James gentoo.org> sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild b/sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild index f7cbdca41af7..bb7a651fa2f2 100644 --- a/sys-devel/kgcc64/kgcc64-13.2.1_p20240503.ebuild +++ b/sys-devel/kgcc64/kgcc64-13.2.1_p20240503.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