Can be needed in some cases (like dotnet stuff, that won't rely on .la files ever). We are already doing this in gnome2.eclass for eapi >= 5: case "${GNOME2_LA_PUNT}" in yes) prune_libtool_files --modules;; no) ;; *) prune_libtool_files;; esac Reproducible: Always
Created attachment 343158 [details, diff] Patch adding it Please test the attached patch.
Created attachment 343160 [details] mono-3.0.7.ebuild It doesn't work :|
(In reply to comment #2) > Created attachment 343160 [details] > mono-3.0.7.ebuild > > It doesn't work :| Could you paste eclass-debug.log, please?
Created attachment 343190 [details] build.log.bz2
Created attachment 343192 [details] eclass-debug.log
Hm, it seems that mono doesn't compile those files as modules but as regular libraries. I think you're looking for =all.
Committed.