diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-05 20:02:47 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-05-05 20:03:14 -0700 |
commit | 2c0948f3926a95d31132783ec13c1242eeb83ab6 (patch) | |
tree | 81a27a2f8f51665cf33d67f8c8adf7c2da3820e2 /sys-fs | |
parent | sys-fs/zfs-kmod: update live ebuild (diff) | |
download | gentoo-2c0948f3926a95d31132783ec13c1242eeb83ab6.tar.gz gentoo-2c0948f3926a95d31132783ec13c1242eeb83ab6.tar.bz2 gentoo-2c0948f3926a95d31132783ec13c1242eeb83ab6.zip |
sys-fs/zfs: update live ebuild
unconditionally inherit autotools.eclass, so users can use
call eautoreconf call via portage hook if patching auto* files
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 4f1011bcbb2e..b712c747b662 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -6,13 +6,13 @@ EAPI=7 DISTUTILS_OPTIONAL=1 PYTHON_COMPAT=( python3_{6,7} ) -inherit bash-completion-r1 flag-o-matic linux-info distutils-r1 systemd toolchain-funcs udev usr-ldscript +inherit autotools bash-completion-r1 flag-o-matic linux-info distutils-r1 systemd toolchain-funcs udev usr-ldscript DESCRIPTION="Userland utilities for ZFS Linux kernel module" HOMEPAGE="https://github.com/openzfs/zfs" if [[ ${PV} == "9999" ]] ; then - inherit autotools git-r3 linux-mod + inherit git-r3 linux-mod EGIT_REPO_URI="https://github.com/openzfs/zfs.git" else SRC_URI="https://github.com/openzfs/${PN}/releases/download/${P}/${P}.tar.gz" |