Re: [gentoo-dev] [PATCH] linux-mod.eclass: Fix MODULESD_* for hyphenated modules (bug #889752)

2023-01-11 Thread alicef_gentoo
On Fri, Jan 06, 2023 at 08:03:51AM -0500, Mike Pagano wrote: > On 1/4/23 19:06, Patrick McLean wrote: > > From: Steven Stallion > > > > Use of the MODULESD__{ADDITIONS,ALIASES,EXAMPLES} variables do > > not > > currently work with external modules that are hyphenated. The current > > behavior >

Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Don't drop CPU OPT patch when CC=clang

2022-12-31 Thread alicef_gentoo
On Wed, Dec 28, 2022 at 02:05:29PM -0500, Mike Pagano wrote: > Clang is supported by the CPU optimization patch. (USE=experimental) > Check for CC=clang and do not drop this patch. > > Bug: https://bugs.gentoo.org/888727 > > Signed-off-by: Mike Pagano > --- > eclass/kernel-2.eclass | 2 +- > 1