diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-30 23:39:53 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-30 23:39:53 +0000 |
commit | dc968dc5aeb1444c72057544bc67e761d34f2598 (patch) | |
tree | c6f8a0ed1b21237b1c53fed6fefba932c5a194cd /sys-fs/zfs/zfs-2.0.1.ebuild | |
parent | b31060279418d8a29fc4860d857c893c6f50a916 (diff) |
sys-fs/zfs : version bump
Diffstat (limited to 'sys-fs/zfs/zfs-2.0.1.ebuild')
-rw-r--r-- | sys-fs/zfs/zfs-2.0.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/zfs/zfs-2.0.1.ebuild b/sys-fs/zfs/zfs-2.0.1.ebuild new file mode 100644 index 00000000..c91d103c --- /dev/null +++ b/sys-fs/zfs/zfs-2.0.1.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}" |