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 C37B115800F for ; Wed, 25 Jan 2023 19:17:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D665E0824; Wed, 25 Jan 2023 19:17:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0A45FE0824 for ; Wed, 25 Jan 2023 19:17:45 +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 3A0B0340FAC for ; Wed, 25 Jan 2023 19:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7851588A for ; Wed, 25 Jan 2023 19:17:42 +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: <1674674250.003907f78c79adf87a6ec8d6c88f242c2f088cb4.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-12.2.0.ebuild X-VCS-Directories: sys-devel/kgcc64/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 003907f78c79adf87a6ec8d6c88f242c2f088cb4 X-VCS-Branch: master Date: Wed, 25 Jan 2023 19:17:42 +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: eaca5703-2059-47cd-9a34-e26a6a9c35fb X-Archives-Hash: 303a20fa43391813dbb1b118b92838ba commit: 003907f78c79adf87a6ec8d6c88f242c2f088cb4 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Jan 25 19:17:30 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Jan 25 19:17:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003907f7 sys-devel/kgcc64: Stabilize 12.2.0 hppa, #888475 Signed-off-by: Arthur Zamarin gentoo.org> sys-devel/kgcc64/kgcc64-12.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/kgcc64/kgcc64-12.2.0.ebuild b/sys-devel/kgcc64/kgcc64-12.2.0.ebuild index 69d06d239f49..b26a5781d901 100644 --- a/sys-devel/kgcc64/kgcc64-12.2.0.ebuild +++ b/sys-devel/kgcc64/kgcc64-12.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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