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 A31A4158094 for ; Tue, 28 Jun 2022 02:03:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18953E0CB7; Tue, 28 Jun 2022 02:03:44 +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 EB706E0CB7 for ; Tue, 28 Jun 2022 02:03:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0CED93416D9 for ; Tue, 28 Jun 2022 02:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F4F6521 for ; Tue, 28 Jun 2022 02:03:40 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1656381500.5c6f835831c19f54b9795899023ddb77ce7631bf.xen0n@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.24.1.ebuild X-VCS-Directories: mate-base/caja/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 5c6f835831c19f54b9795899023ddb77ce7631bf X-VCS-Branch: master Date: Tue, 28 Jun 2022 02:03:40 +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: b55245d4-9def-447b-8081-0139201bd866 X-Archives-Hash: 61a5f554933c1a1f8058d3ce7aca1ebd commit: 5c6f835831c19f54b9795899023ddb77ce7631bf Author: WANG Xuerui gentoo org> AuthorDate: Tue Jun 28 01:58:20 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Jun 28 01:58:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6f8358 mate-base/caja: keyword 1.24.1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> mate-base/caja/caja-1.24.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-base/caja/caja-1.24.1.ebuild b/mate-base/caja/caja-1.24.1.ebuild index c1fb7b8ef456..8a2e35819535 100644 --- a/mate-base/caja/caja-1.24.1.ebuild +++ b/mate-base/caja/caja-1.24.1.ebuild @@ -8,7 +8,7 @@ MATE_LA_PUNT="yes" inherit mate virtualx if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi DESCRIPTION="Caja file manager for the MATE desktop"