diff options
author | Mike Pagano <mpagano@gentoo.org> | 2023-01-28 18:44:20 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2023-01-28 18:44:20 -0500 |
commit | a12ba763d457378fd98105511bee9db65becdc71 (patch) | |
tree | a31dddb766ffd90fb44a4dff22723c847aaa413e /eclass | |
parent | x11-libs/wxGTK: update maintainers (diff) | |
download | gentoo-a12ba763d457378fd98105511bee9db65becdc71.tar.gz gentoo-a12ba763d457378fd98105511bee9db65becdc71.tar.bz2 gentoo-a12ba763d457378fd98105511bee9db65becdc71.zip |
linux-mod.eclass: Remove EAPI deprecated function call
As warned, remove EAPI deprecated use of econf being called in
linux-mod_src_compile
Closes: https://bugs.gentoo.org/340597
See: https://marc.info/?l=gentoo-dev&m=167069431328509
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-mod.eclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 6cf9969b19af..482775edc550 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -624,10 +624,6 @@ linux-mod_src_compile() { cd "${srcdir}" || die ln -s "${S}"/Module.symvers Module.symvers # no die for bug #888679 einfo "Preparing ${modulename} module" - if [[ -n ${ECONF_PARAMS} ]]; then - eqawarn "This package relies on the deprecated functionality of econf being called in linux-mod_src_compile (ECONF_PARAMS), which will go away in 30 days (20230107) (https://bugs.gentoo.org/340597)" - econf ${ECONF_PARAMS} - fi # This looks messy, but it is needed to handle multiple variables # being passed in the BUILD_* stuff where the variables also have |