diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-29 19:59:54 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-29 19:59:54 +0000 |
commit | 770e45c1bebcfa3a1573dbb894fa2a050e71186c (patch) | |
tree | 8d85c47569d333718eb021141ab14b7d415b49f1 /sys-fs/spl/spl-0.7.2.ebuild | |
parent | 7fc56660b91ace2e09db03f6ac6d9e798a50ac2d (diff) |
sys-fs/zfs && sys-fs/spl : version bump
Diffstat (limited to 'sys-fs/spl/spl-0.7.2.ebuild')
-rw-r--r-- | sys-fs/spl/spl-0.7.2.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-fs/spl/spl-0.7.2.ebuild b/sys-fs/spl/spl-0.7.2.ebuild new file mode 100644 index 00000000..78495265 --- /dev/null +++ b/sys-fs/spl/spl-0.7.2.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}" |