diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-07-04 19:26:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-07-04 19:26:41 +0100 |
commit | 53d283f13409958e4b63d9b13eafeef997163565 (patch) | |
tree | eb5d254f321149ccc19083f28432c05f1f4508dd /sys-fs/zfs/zfs-0.8.1.ebuild | |
parent | b4c4674dd5fddcb3a4cee8389665790ac7d39cf0 (diff) |
sys-fs/zfs : version bump
Diffstat (limited to 'sys-fs/zfs/zfs-0.8.1.ebuild')
-rw-r--r-- | sys-fs/zfs/zfs-0.8.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/zfs/zfs-0.8.1.ebuild b/sys-fs/zfs/zfs-0.8.1.ebuild new file mode 100644 index 00000000..c91d103c --- /dev/null +++ b/sys-fs/zfs/zfs-0.8.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}" |