sys-fs/zfs-kmod: drop linux-info usage, leave just linux-mod
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Fri, 24 Jan 2020 05:23:35 +0000 (21:23 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Fri, 24 Jan 2020 07:03:42 +0000 (23:03 -0800)
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
sys-fs/zfs-kmod/zfs-kmod-9999.ebuild

index e8dbe7749786f3c3ad8f57523a469e2b98256ab1..aac1ce54e7ca3918fd627ace948da3c203c95ff4 100644 (file)
@@ -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() {