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 7CCD015817D for ; Tue, 18 Jun 2024 08:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B48BE2A54; Tue, 18 Jun 2024 08:06:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C811E2A52 for ; Tue, 18 Jun 2024 08:06: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 7BE67335DC3 for ; Tue, 18 Jun 2024 08:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D50131D24 for ; Tue, 18 Jun 2024 08:06:45 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1718697868.4edbabde35160fc1b0c9563bc40f1b959655cef3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-applets/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-applets/mate-applets-1.28.0.ebuild X-VCS-Directories: mate-base/mate-applets/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4edbabde35160fc1b0c9563bc40f1b959655cef3 X-VCS-Branch: master Date: Tue, 18 Jun 2024 08:06: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: 67d7d46a-29a0-4d0c-bf53-7144925866c1 X-Archives-Hash: 05ada12e4e02cc2e683380944a947d64 commit: 4edbabde35160fc1b0c9563bc40f1b959655cef3 Author: Joonas Niilola gentoo org> AuthorDate: Tue Jun 18 08:04:28 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jun 18 08:04:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4edbabde mate-base/mate-applets: Stabilize 1.28.0 x86, #932645 Signed-off-by: Joonas Niilola gentoo.org> mate-base/mate-applets/mate-applets-1.28.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-base/mate-applets/mate-applets-1.28.0.ebuild b/mate-base/mate-applets/mate-applets-1.28.0.ebuild index 5f57b3b09955..99b224089bd9 100644 --- a/mate-base/mate-applets/mate-applets-1.28.0.ebuild +++ b/mate-base/mate-applets/mate-applets-1.28.0.ebuild @@ -7,7 +7,7 @@ inherit mate 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="Applets for the MATE Desktop and Panel"