From db2d50efcf10c2b3e74889418308b9f9c8ea53c0 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 3 Nov 2025 07:13:16 +0000 Subject: [PATCH] sys-fs/zfs-kmod: Sync with Gentoo It's from Gentoo commit 246c07ecaefe96b237b8e734c5d8eec44e2f95e8. Signed-off-by: Flatcar Buildbot --- .../sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2-r1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2-r1.ebuild diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2-r1.ebuild new file mode 100644 index 0000000000..462591298f --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-fs/zfs-kmod/zfs-kmod-2.4.0_rc2-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs" +HOMEPAGE="https://github.com/openzfs/zfs" + +LICENSE="CDDL MIT" +SLOT="0/${PVR}" + +RDEPEND=">=sys-fs/zfs-2.4.0_rc2-r1"