As warned, remove EAPI deprecated use of econf being called in
linux-mod_src_compile

Bug: https://bugs.gentoo.org/340597
See: https://marc.info/?l=gentoo-dev&m=167069431328509

Signed-off-by: Mike Pagano <mpag...@gentoo.org>
---
 eclass/linux-mod.eclass | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index 6cf9969b1..482775edc 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
--
2.39.1

Mike Pagano
Gentoo Developer - Kernel Project
E-Mail     : mpag...@gentoo.org
GnuPG FP   : 52CC A0B0 F631 0B17 0142 F83F 92A6 DBEC 81F2 B137
Public Key : http://pgp.mit.edu/pks/lookup?search=0x92A6DBEC81F2B137&op=index

Attachment: OpenPGP_0x92A6DBEC81F2B137.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to