From e3943a4d9506d78b2dbff79203f28f0ac6df2f15 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Tue, 5 May 2020 20:00:13 -0700 Subject: [PATCH] sys-fs/zfs-kmod: 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-kmod/zfs-kmod-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild index 961b19b85da0..ea8054e8f0dd 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild @@ -3,13 +3,13 @@ EAPI=7 -inherit flag-o-matic linux-mod toolchain-funcs +inherit autotools flag-o-matic linux-mod toolchain-funcs DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs" HOMEPAGE="https://github.com/openzfs/zfs" if [[ ${PV} == "9999" ]]; then - inherit autotools git-r3 + inherit git-r3 EGIT_REPO_URI="https://github.com/openzfs/zfs.git" else SRC_URI="https://github.com/openzfs/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz" -- 2.26.2