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 1685315838C for ; Fri, 19 Jan 2024 10:54:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA94AE2A55; Fri, 19 Jan 2024 10:54:00 +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 8879CE2A50 for ; Fri, 19 Jan 2024 10:54:00 +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 3E81634338F for ; Fri, 19 Jan 2024 10:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8452D14C7 for ; Fri, 19 Jan 2024 10:53:56 +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: <1705661409.9d057bb4054b09aeae12305f2b7630e62691aa73.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/caja/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-base/caja/caja-1.26.3.ebuild X-VCS-Directories: mate-base/caja/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d057bb4054b09aeae12305f2b7630e62691aa73 X-VCS-Branch: master Date: Fri, 19 Jan 2024 10:53:56 +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: 04d9d8ad-47c8-4431-b238-fcc0c0292a78 X-Archives-Hash: a50e1796ef8f91762171d19be96560ec commit: 9d057bb4054b09aeae12305f2b7630e62691aa73 Author: Ian Jordan gmail com> AuthorDate: Fri Jan 19 09:28:37 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 19 10:50:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d057bb4 mate-base/caja: stabilize 1.26.3 for amd64, x86 Signed-off-by: Ian Jordan gmail.com> Signed-off-by: Sam James gentoo.org> mate-base/caja/caja-1.26.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-base/caja/caja-1.26.3.ebuild b/mate-base/caja/caja-1.26.3.ebuild index 5115b8527c22..d5d38fb07637 100644 --- a/mate-base/caja/caja-1.26.3.ebuild +++ b/mate-base/caja/caja-1.26.3.ebuild @@ -9,7 +9,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="Caja file manager for the MATE desktop"