From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D605315808A for ; Tue, 15 Jul 2025 09:22:50 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A0B3E340EBE for ; Tue, 15 Jul 2025 09:22:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 18F9F11055C; Tue, 15 Jul 2025 09:22:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 144BE11055C for ; Tue, 15 Jul 2025 09:22:44 +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 B4C38340E5C for ; Tue, 15 Jul 2025 09:22:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3A333179 for ; Tue, 15 Jul 2025 09:22:41 +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: <1752571336.4d22e23fb7236f2f2b724735e5bc54ef7b861a55.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-system-monitor/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-system-monitor/mate-system-monitor-1.28.1-r1.ebuild X-VCS-Directories: mate-extra/mate-system-monitor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4d22e23fb7236f2f2b724735e5bc54ef7b861a55 X-VCS-Branch: master Date: Tue, 15 Jul 2025 09:22:41 +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: aad53fe4-b1c0-4d9e-bd68-8cdea6171f50 X-Archives-Hash: 0c2971018eb84cc669d0d4f7497a6ad6 commit: 4d22e23fb7236f2f2b724735e5bc54ef7b861a55 Author: Sam James gentoo org> AuthorDate: Tue Jul 15 09:22:16 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 15 09:22:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d22e23f mate-extra/mate-system-monitor: Stabilize 1.28.1-r1 x86, #960166 Signed-off-by: Sam James gentoo.org> mate-extra/mate-system-monitor/mate-system-monitor-1.28.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.28.1-r1.ebuild b/mate-extra/mate-system-monitor/mate-system-monitor-1.28.1-r1.ebuild index 8cdeaa495a0d..b5da4e042016 100644 --- a/mate-extra/mate-system-monitor/mate-system-monitor-1.28.1-r1.ebuild +++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.28.1-r1.ebuild @@ -7,7 +7,7 @@ inherit mate toolchain-funcs MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi DESCRIPTION="The MATE System Monitor"