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 3DFD01581FB for ; Thu, 29 Aug 2024 19:42:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36321E2A24; Thu, 29 Aug 2024 19:42:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 147CAE2A24 for ; Thu, 29 Aug 2024 19:42:41 +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 58FE0342FB0 for ; Thu, 29 Aug 2024 19:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 355DC1F3B for ; Thu, 29 Aug 2024 19:42:37 +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: <1724960417.37b69c893a8c43eb7bf4eb60cf74e5b0b2ddd1ea.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.28.0-r1.ebuild X-VCS-Directories: mate-base/caja/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 37b69c893a8c43eb7bf4eb60cf74e5b0b2ddd1ea X-VCS-Branch: master Date: Thu, 29 Aug 2024 19:42:37 +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: ce965d82-44e0-4047-ab2b-1ac45f50c633 X-Archives-Hash: 7f05edb0844923954074cc035d44e441 commit: 37b69c893a8c43eb7bf4eb60cf74e5b0b2ddd1ea Author: Sam James gentoo org> AuthorDate: Thu Aug 29 19:40:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 29 19:40:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b69c89 mate-base/caja: Stabilize 1.28.0-r1 x86, #938678 Signed-off-by: Sam James gentoo.org> mate-base/caja/caja-1.28.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-base/caja/caja-1.28.0-r1.ebuild b/mate-base/caja/caja-1.28.0-r1.ebuild index c5cc0b5db2d6..edc47ba02d16 100644 --- a/mate-base/caja/caja-1.28.0-r1.ebuild +++ b/mate-base/caja/caja-1.28.0-r1.ebuild @@ -9,7 +9,7 @@ inherit flag-o-matic 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"