diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-06-19 23:01:57 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-06-19 23:01:57 +0100 |
commit | db60df8e272c90efda907623f5c181fa91dfbdcc (patch) | |
tree | c00e349225deef3bacb60028055919bf9b0571c7 /sys-fs/zfs-utils | |
parent | aab9bd8042722604df21892025dbbabd598cee10 (diff) |
sys-fs/{spl,zfs} : version bump
Diffstat (limited to 'sys-fs/zfs-utils')
-rw-r--r-- | sys-fs/zfs-utils/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/zfs-utils/zfs-utils-0.7.13.ebuild (renamed from sys-fs/zfs-utils/zfs-utils-0.7.12.ebuild) | 34 |
2 files changed, 4 insertions, 32 deletions
diff --git a/sys-fs/zfs-utils/Manifest b/sys-fs/zfs-utils/Manifest index 5bad361c..0f7ac23e 100644 --- a/sys-fs/zfs-utils/Manifest +++ b/sys-fs/zfs-utils/Manifest @@ -1 +1 @@ -DIST zfs-0.7.12.tar.gz 6565017 BLAKE2B 493df30ecce1f169e02d6c8262ba71cc9e7b01d5b17ce188004f522f0c93943b858434067cba8173ccb3e08cde24a1d3e8a3996b2e852f8bc35251f8c4ab3809 SHA512 278e411eac5fb2a91108671b64521c2bd5c08024d5829e1679d8f243dfc3c6317363ed9c79dabfddecf425acb6b3003eeaf4e7d991513cbcae4d2644f5d30bf2 +DIST zfs-0.7.13.tar.gz 6614047 BLAKE2B c59c46287715779eb04d69333b0a417fa9865eb0d61c642b043188c4c97d4eed369f76a48327326ed1d4dd608ff95d91d20d26c80ed0b120a8fcd5f83cea638f SHA512 457d8f110b68c9656194cd3738b216d5d807d680e5cfc6ed1f3cf5ebde67860476387c6b862ba3ba7f972d8945075963e6c325543ab84468e3eff5dbce68476e diff --git a/sys-fs/zfs-utils/zfs-utils-0.7.12.ebuild b/sys-fs/zfs-utils/zfs-utils-0.7.13.ebuild index 527ced05..29451bc7 100644 --- a/sys-fs/zfs-utils/zfs-utils-0.7.12.ebuild +++ b/sys-fs/zfs-utils/zfs-utils-0.7.13.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit autotools-utils bash-completion-r1 flag-o-matic linux-info python-r1 systemd toolchain-funcs udev +inherit autotools-utils bash-completion-r1 flag-o-matic python-r1 systemd toolchain-funcs udev MY_PN="zfs" MY_P="${MY_PN}-${PV}" @@ -17,7 +17,7 @@ HOMEPAGE="http://zfsonlinux.org/" LICENSE="BSD-2 CDDL MIT" SLOT="0" KEYWORDS="amd64" -IUSE="debug +rootfs test-suite" +IUSE="debug test-suite" RESTRICT="test" @@ -41,40 +41,12 @@ RDEPEND="${COMMON_DEPEND} sys-process/procps virtual/modutils ) - rootfs? ( - app-arch/cpio - app-misc/pax-utils - !<sys-boot/grub-2.00-r2:2 - ) sys-fs/udev-init-scripts ~sys-fs/spl-utils-${PV}" AT_M4DIR="config" AUTOTOOLS_IN_SOURCE_BUILD="1" -pkg_setup() { - if use kernel_linux && use test-suite; then - linux-info_pkg_setup - if ! linux_config_exists; then - ewarn "Cannot check the linux kernel configuration." - else - # recheck that we don't have usblp to collide with libusb - if use test-suite; then - if linux_chkconfig_present BLK_DEV_LOOP; then - eerror "The ZFS test suite requires loop device support enabled." - eerror "Please enable it:" - eerror " CONFIG_BLK_DEV_LOOP=y" - eerror "in /usr/src/linux/.config or" - eerror " Device Drivers --->" - eerror " Block devices --->" - eerror " [ ] Loopback device support" - fi - fi - fi - fi - -} - src_prepare() { # Update paths sed -e "s|/sbin/lsmod|/bin/lsmod|" \ |