stefantalpalaru / gentoo-overlay

Gentoo overlay
GNU General Public License v2.0
43 stars 11 forks source link

app-emulation/vmware-modules: update to EAPI 8 and linux-mod-r1 #137

Closed OCsonic closed 7 months ago

OCsonic commented 7 months ago

When updating to EAPI 8 I had to remove user.eclass from the includes, though I'm not actually sure what exactly it does since the only function from it that's used is enewgroup (and it doesn't seem to have actually created a group after installing?)

The main reason I made the pr is that there seems to be issues getting linux-mod.eclass (r0) to work with clang on a clang compiled kernel, I'm not quite sure why but updating to linux-mod-r1.eclass fixes the issue for me.

OCsonic commented 7 months ago

random note but I don't actually know if there's a reason to declare the modlist variable in src_compile, I only did due to it being mentioned in the migration notice on the gentoo devwiki page for linux-mod-r1.eclass.

stefantalpalaru commented 7 months ago

Thanks!