From 70e4bd5c8f26b1f2baeb5146a841273b2cb15179 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 30 May 2023 09:20:33 +0100 Subject: gentoo auto-resync : 30:05:2023 - 09:20:33 --- eclass/linux-mod-r1.eclass | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'eclass/linux-mod-r1.eclass') diff --git a/eclass/linux-mod-r1.eclass b/eclass/linux-mod-r1.eclass index 595711008627..73e7e7f8ff0b 100644 --- a/eclass/linux-mod-r1.eclass +++ b/eclass/linux-mod-r1.eclass @@ -1058,7 +1058,13 @@ _modules_sanity_kernelversion() { ewarn "with the current kernel (${KV_FULL}), it was either hardly" ewarn "tested or is known broken. It is recommended to use one of:" ewarn - ewarn " <=sys-kernel/gentoo-kernel-${max}" + # fwiw we do not know what is *actually* used or wanted even with + # the USE, so stay a bit vague and always mention both dist+sources + if use dist-kernel; then + ewarn " <=virtual/dist-kernel-${max} or" + else + ewarn " <=sys-kernel/gentoo-kernel-${max} or" + fi ewarn " <=sys-kernel/gentoo-sources-${max}" ewarn ewarn "or equivalent rather than file downstream bug reports if run into" -- cgit v1.2.3