From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 152BE158176 for ; Thu, 16 Oct 2025 07:46:04 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id ECB40340DEB for ; Thu, 16 Oct 2025 07:46:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DA7F41104A0; Thu, 16 Oct 2025 07:46:02 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D09251104A0 for ; Thu, 16 Oct 2025 07:46:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8394F340DCD for ; Thu, 16 Oct 2025 07:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA3A63AE6 for ; Thu, 16 Oct 2025 07:46:00 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1760600749.246c07ecaefe96b237b8e734c5d8eec44e2f95e8.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2-r1.ebuild X-VCS-Directories: sys-fs/zfs-kmod/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 246c07ecaefe96b237b8e734c5d8eec44e2f95e8 X-VCS-Branch: master Date: Thu, 16 Oct 2025 07:46:00 +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: 5cb03283-b9d6-4500-b464-0b14b45e9eb2 X-Archives-Hash: df6ad5fbdab8272b4c4e534c1a37e374 commit: 246c07ecaefe96b237b8e734c5d8eec44e2f95e8 Author: Marc Schiffbauer gentoo org> AuthorDate: Thu Oct 16 07:45:07 2025 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Thu Oct 16 07:45:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246c07ec sys-fs/zfs-kmod: unkeyword 2.4.0_rc2-r1 Signed-off-by: Marc Schiffbauer gentoo.org> sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2-r1.ebuild b/sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2-r1.ebuild index 714e199dd11a..462591298f3f 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2-r1.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2-r1.ebuild @@ -8,6 +8,5 @@ HOMEPAGE="https://github.com/openzfs/zfs" LICENSE="CDDL MIT" SLOT="0/${PVR}" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~sparc" RDEPEND=">=sys-fs/zfs-2.4.0_rc2-r1"