commit: e3943a4d9506d78b2dbff79203f28f0ac6df2f15 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Wed May 6 03:00:13 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Wed May 6 03:03:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3943a4d
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 <gyakovlev <AT> gentoo.org> 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 961b19b85da..ea8054e8f0d 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"
