Skip to content

Commit

Permalink
linux-mod.eclass: [QA] inherit toolchain-funcs.eclass directly
Browse files Browse the repository at this point in the history
Closes: gentoo#14646
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Feb 13, 2020
1 parent f84f807 commit ea7449b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/linux-mod.eclass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# @ECLASS: linux-mod.eclass
Expand Down Expand Up @@ -132,7 +132,7 @@
# @DESCRIPTION:
# It's a read-only variable. It contains the extension of the kernel modules.

inherit eutils linux-info multilib
inherit eutils linux-info multilib toolchain-funcs
EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst src_install src_compile pkg_postrm

case ${MODULES_OPTIONAL_USE_IUSE_DEFAULT:-n} in
Expand Down

0 comments on commit ea7449b

Please sign in to comment.