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 D47EC1582ED for ; Tue, 18 Jun 2024 08:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51A98E2A5F; Tue, 18 Jun 2024 08:06:50 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 0F3F7E2A61 for ; Tue, 18 Jun 2024 08:06:50 +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 2658833B864 for ; Tue, 18 Jun 2024 08:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64EA21D2D for ; Tue, 18 Jun 2024 08:06:46 +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: <1718697870.6019283eaeb2beb853e9ce1f06240d7e1d4825c5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mate-terminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/mate-terminal/mate-terminal-1.28.1.ebuild X-VCS-Directories: x11-terms/mate-terminal/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6019283eaeb2beb853e9ce1f06240d7e1d4825c5 X-VCS-Branch: master Date: Tue, 18 Jun 2024 08:06:46 +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: e07ee7f1-4e0a-404d-b106-16ce861ebab2 X-Archives-Hash: 9d633daa1a4fea7a1bc9f1813031c3b4 commit: 6019283eaeb2beb853e9ce1f06240d7e1d4825c5 Author: Joonas Niilola gentoo org> AuthorDate: Tue Jun 18 08:04:30 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jun 18 08:04:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6019283e x11-terms/mate-terminal: Stabilize 1.28.1 x86, #932645 Signed-off-by: Joonas Niilola gentoo.org> x11-terms/mate-terminal/mate-terminal-1.28.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/mate-terminal/mate-terminal-1.28.1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.28.1.ebuild index 82d056e6b0e8..800627688eed 100644 --- a/x11-terms/mate-terminal/mate-terminal-1.28.1.ebuild +++ b/x11-terms/mate-terminal/mate-terminal-1.28.1.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="The MATE Terminal"