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 88B85158015 for ; Wed, 27 Dec 2023 06:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 902AC2BC020; Wed, 27 Dec 2023 06:49:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7A8A32BC019 for ; Wed, 27 Dec 2023 06:49:14 +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 9010434072E for ; Wed, 27 Dec 2023 06:49:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C88D14AB for ; Wed, 27 Dec 2023 06:49:12 +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: <1703659342.d567454a46b697a45b63e99a0e3e964598cccbce.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs/zfs-2.2.2-r1.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: d567454a46b697a45b63e99a0e3e964598cccbce X-VCS-Branch: master Date: Wed, 27 Dec 2023 06:49:12 +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: f7dbe6cf-225e-4ff2-9303-f1214c1fcf10 X-Archives-Hash: 30b87a01c61eaa0cd8ebdfe736d666ff commit: d567454a46b697a45b63e99a0e3e964598cccbce Author: WANG Xuerui gentoo org> AuthorDate: Wed Dec 27 06:42:22 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Wed Dec 27 06:42:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d567454a sys-fs/zfs: keyword 2.2.2-r1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sys-fs/zfs/zfs-2.2.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/zfs/zfs-2.2.2-r1.ebuild b/sys-fs/zfs/zfs-2.2.2-r1.ebuild index 086ac897e35e..517a099dce8c 100644 --- a/sys-fs/zfs/zfs-2.2.2-r1.ebuild +++ b/sys-fs/zfs/zfs-2.2.2-r1.ebuild @@ -25,7 +25,7 @@ else S="${WORKDIR}/${MY_P}" if [[ ${PV} != *_rc* ]]; then - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~sparc" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc" fi fi