diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-09-08 19:25:27 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-09-08 19:25:27 +0100 |
commit | c20528f3821af4121f60477fc36b7285d4692270 (patch) | |
tree | 66831f0e873e28b664532df2dbac9ce12986a9f1 /sys-fs/spl/spl-0.7.10.ebuild | |
parent | 4cd2e7a5cc8d4f78b11918de4b3ef50773a25986 (diff) |
sys-kernel/{spl,zfs} : version bump
Diffstat (limited to 'sys-fs/spl/spl-0.7.10.ebuild')
-rw-r--r-- | sys-fs/spl/spl-0.7.10.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/spl/spl-0.7.10.ebuild b/sys-fs/spl/spl-0.7.10.ebuild new file mode 100644 index 00000000..78495265 --- /dev/null +++ b/sys-fs/spl/spl-0.7.10.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}" |