diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-18 16:13:37 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-18 16:13:37 +0000 |
commit | cc629961c70618fce434f91ceb9d362fcc6c6a7e (patch) | |
tree | 8259cc623e5590eb054de4742ad5406e34aaf848 /sys-fs/spl/spl-0.7.4.ebuild | |
parent | f3280b83eb7cd5dbc71412aa26bb331cccff0f7f (diff) |
sys-fs/{spl,zfs} : version bump
Diffstat (limited to 'sys-fs/spl/spl-0.7.4.ebuild')
-rw-r--r-- | sys-fs/spl/spl-0.7.4.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/spl/spl-0.7.4.ebuild b/sys-fs/spl/spl-0.7.4.ebuild new file mode 100644 index 00000000..78495265 --- /dev/null +++ b/sys-fs/spl/spl-0.7.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="Solaris Porting Layer meta-package (Gentoo compatibility ebuild)" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64" +IUSE="" + +DEPEND="~sys-fs/spl-utils-${PV} + ~sys-kernel/spl-dkms-${PV}" +RDEPEND="${DEPEND}" |