diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-03-16 16:46:33 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-03-16 16:46:33 +0000 |
commit | 46b02eea91067d24d2fb28b0805f6ae51d90222a (patch) | |
tree | c8fdb1cd8598b74ddb612e51a0c8030439ed60ea /sys-fs/zfs/zfs-2.0.4.ebuild | |
parent | 62627c93d9390d57250d2792057dcd5a06825b78 (diff) |
sys-fs/zfs : version bump
Diffstat (limited to 'sys-fs/zfs/zfs-2.0.4.ebuild')
-rw-r--r-- | sys-fs/zfs/zfs-2.0.4.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/zfs/zfs-2.0.4.ebuild b/sys-fs/zfs/zfs-2.0.4.ebuild new file mode 100644 index 00000000..c91d103c --- /dev/null +++ b/sys-fs/zfs/zfs-2.0.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="ZFS meta-package (Gentoo compatibility ebuild)" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="~sys-fs/zfs-utils-${PV} + ~sys-kernel/zfs-dkms-${PV}" +RDEPEND="${DEPEND}" |