summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-07 21:14:14 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-07 21:14:14 +0000
commit6d44cd74809cea5f81bf52ff9cd0aa902d6b6866 (patch)
tree4045142b80c7e0479c627a84e3f0de03e574df19 /eclass
parent8615c518b1f1d03130f21656a1a026959bb1e9c9 (diff)
gentoo auto-resync : 07:12:2022 - 21:14:14
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