summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-01-23 21:23:35 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-01-23 23:03:42 -0800
commit6920c1eef045f362ab44a100e73ccf3705d1f2ee (patch)
tree03dcac6bf468e4223acb4db497e49500ac353f50 /sys-fs/zfs-kmod
parentdev-python/pyzbar: bump version to 0.1.8 (diff)
downloadgentoo-6920c1eef045f362ab44a100e73ccf3705d1f2ee.tar.gz
gentoo-6920c1eef045f362ab44a100e73ccf3705d1f2ee.tar.bz2
gentoo-6920c1eef045f362ab44a100e73ccf3705d1f2ee.zip
sys-fs/zfs-kmod: drop linux-info usage, leave just linux-mod
Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs/zfs-kmod')
-rw-r--r--sys-fs/zfs-kmod/zfs-kmod-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
index e8dbe7749786..aac1ce54e7ca 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit flag-o-matic linux-info linux-mod toolchain-funcs
+inherit flag-o-matic linux-mod toolchain-funcs
DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
HOMEPAGE="https://zfsonlinux.org/"
@@ -38,8 +38,6 @@ RESTRICT="debug? ( strip ) test"
DOCS=( AUTHORS COPYRIGHT META README.md )
pkg_setup() {
- linux-info_pkg_setup
-
CONFIG_CHECK="
!DEBUG_LOCK_ALLOC
EFI_PARTITION
@@ -80,7 +78,7 @@ pkg_setup() {
"Linux ${kv_major_max}.${kv_minor_max} is the latest supported version"
fi
- check_extra_config
+ linux-mod_pkg_setup
}
src_prepare() {