diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-06-05 13:31:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-06-05 13:31:55 +0100 |
commit | 726cdc524fa919e00693cca8f7919a63d05d63f1 (patch) | |
tree | 0d357eec2e95d79c70bcec92793af1c5aef39c7a /sys-fs/zfs/zfs-0.6.5.9.ebuild | |
parent | 56445d1242dd1124657ec42b3d453fca8e3643ba (diff) |
place our meta packages in same category as gentoo does
Diffstat (limited to 'sys-fs/zfs/zfs-0.6.5.9.ebuild')
-rw-r--r-- | sys-fs/zfs/zfs-0.6.5.9.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-fs/zfs/zfs-0.6.5.9.ebuild b/sys-fs/zfs/zfs-0.6.5.9.ebuild new file mode 100644 index 00000000..2d6d002b --- /dev/null +++ b/sys-fs/zfs/zfs-0.6.5.9.ebuild @@ -0,0 +1,18 @@ +# 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/spl-${PV} + ~sys-fs/zfs-utils-${PV} + ~sys-kernel/zfs-dkms-${PV}" +RDEPEND="" |