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 EC8DE158089 for ; Tue, 10 Oct 2023 06:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FBED2BC01E; Tue, 10 Oct 2023 06:27:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 281652BC01E for ; Tue, 10 Oct 2023 06:27:34 +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 5AAF5335C34 for ; Tue, 10 Oct 2023 06:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B81A7EBF for ; Tue, 10 Oct 2023 06:27:31 +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: <1696918698.4194257466536d96c32580ff786505194e914b1b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-control-center/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/mate-control-center/mate-control-center-1.26.1.ebuild X-VCS-Directories: mate-base/mate-control-center/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4194257466536d96c32580ff786505194e914b1b X-VCS-Branch: master Date: Tue, 10 Oct 2023 06:27:31 +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: 3672fceb-30ec-40c0-9f5b-13d19949b9dd X-Archives-Hash: 8164fef6a4771b8d2aeec18e1f38cad6 commit: 4194257466536d96c32580ff786505194e914b1b Author: Joonas Niilola gentoo org> AuthorDate: Tue Oct 10 06:18:18 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Oct 10 06:18:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41942574 mate-base/mate-control-center: Stabilize 1.26.1 amd64, #915415 Signed-off-by: Joonas Niilola gentoo.org> mate-base/mate-control-center/mate-control-center-1.26.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-base/mate-control-center/mate-control-center-1.26.1.ebuild b/mate-base/mate-control-center/mate-control-center-1.26.1.ebuild index ba5657f0b4aa..d383b2f2fdf9 100644 --- a/mate-base/mate-control-center/mate-control-center-1.26.1.ebuild +++ b/mate-base/mate-control-center/mate-control-center-1.26.1.ebuild @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi DESCRIPTION="The MATE Desktop configuration tool"