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 4333915802F for ; Sun, 12 Mar 2023 09:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8256AE0827; Sun, 12 Mar 2023 09:23:16 +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 6C0B8E0837 for ; Sun, 12 Mar 2023 09:23:16 +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 AB7E0340E3C for ; Sun, 12 Mar 2023 09:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09EE28DE for ; Sun, 12 Mar 2023 09:23:14 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1678612942.c46f95a3c6b3f184e8000780af13dfbd2a3261aa.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild X-VCS-Directories: app-admin/gkrellm/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: c46f95a3c6b3f184e8000780af13dfbd2a3261aa X-VCS-Branch: master Date: Sun, 12 Mar 2023 09:23:14 +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: 1af885b4-045b-429b-b160-5cd7fa4a2636 X-Archives-Hash: 661cb72159b800fb51a21ed36d34efee commit: c46f95a3c6b3f184e8000780af13dfbd2a3261aa Author: Matoro Mahri users noreply github com> AuthorDate: Sun Mar 12 05:06:31 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Mar 12 09:22:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46f95a3 app-admin/gkrellm: Stabilize 2.3.11-r2 sparc, #892972 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Viorel Munteanu gentoo.org> app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild index db55f10668b5..b2ba84f7d156 100644 --- a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild +++ b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == 9999 ]] ; then EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git" else SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-3+" SLOT="2"