# Jonas Stein (2022-10-26)
# Dead upstream, open bugs.
# Removal after 2022-12-24. Bug #878337.
app-misc/tpconfig
https://bugs.gentoo.org/878337
--
Best,
Jonas
Signed-off-by: Michał Górny
---
eclass/kernel-build.eclass | 43 +++---
1 file changed, 26 insertions(+), 17 deletions(-)
diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass
index 7cada85e79fe..5b595048d4d0 100644
--- a/eclass/kernel-build.eclass
Do not assume PV and kernel version must always match. Use PV for
kernel install directory (i.e. /usr/src/linux) but get the release
from the kernel build directory for the module directory. Update
preinst version check to account for live ebuilds.
Signed-off-by: Michał Górny
---
eclass/kernel
Reverts: 55a495ad71b0ce1620488f389baddeebc787ee64
Signed-off-by: Michał Górny
---
eclass/kernel-install.eclass | 40 +++-
1 file changed, 17 insertions(+), 23 deletions(-)
diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass
index 06260ed61f23.
Reverts: 27eaf5e24de59baadb8f6042085af172cd56de5d
Signed-off-by: Michał Górny
---
eclass/kernel-build.eclass | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eclass/kernel-build.eclass b/eclass/kernel-build.eclass
index a77a24534c11..7cada85e79fe 100644
--- a/eclass/kerne
Hi,
The previous attempt to improve version handling in dist-kernel eclasses
turned out not to work for live ebuilds. Let's try a different approach
that:
1) uses ${PV}${KV_LOCALVERSION} for /usr/src/linux-* directory
(i.e. "6.0_rc1-gentoo-dist" or "5.15.-dist") because it's
the simple