From 2c0948f3926a95d31132783ec13c1242eeb83ab6 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Tue, 5 May 2020 20:02:47 -0700 Subject: 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 --- sys-fs/zfs/zfs-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-fs') 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" -- cgit v1.2.3-65-gdbad