public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/1] linux-mod.eclass: Remove EAPI deprecated function call
@ 2023-01-27 17:54 Mike Pagano
  0 siblings, 0 replies; only message in thread
From: Mike Pagano @ 2023-01-27 17:54 UTC (permalink / raw
  To: gentoo-dev


[-- Attachment #1.1.1: Type: text/plain, Size: 1333 bytes --]

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 <mpagano@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     : mpagano@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 #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 16505 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-27 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-27 17:54 [gentoo-dev] [PATCH 1/1] linux-mod.eclass: Remove EAPI deprecated function call Mike Pagano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox