summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin37515 -> 37514 bytes
-rw-r--r--eclass/gstreamer.eclass1
-rw-r--r--eclass/linux-mod.eclass1
3 files changed, 2 insertions, 0 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index 8ec8960f3add..8ebb2181ac5f 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass
index fad4919ac02b..761ce7d5503b 100644
--- a/eclass/gstreamer.eclass
+++ b/eclass/gstreamer.eclass
@@ -1,6 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# @DEAD
# @ECLASS: gstreamer.eclass
# @MAINTAINER:
# gstreamer@gentoo.org
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index 34151c6f27cd..ff2294f1e4ef 100644
--- a/eclass/linux-mod.eclass
+++ b/eclass/linux-mod.eclass
@@ -652,6 +652,7 @@ linux-mod_src_compile() {
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} || \
die "Unable to run econf ${ECONF_PARAMS}"
fi