mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
12 lines
281 B
Bash
12 lines
281 B
Bash
# 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"
|