Re: [gentoo-dev] [PATCH 1/3] dune.eclass: restrict strip

2021-10-11 Thread Alexis Ballier
On Mon, 2021-10-11 at 06:07 +0100, Sam James wrote: > This breaks at least ocamlopt. > > Closes: https://bugs.gentoo.org/803047 > Closes: https://bugs.gentoo.org/811315 > Signed-off-by: Sam James > --- >  eclass/dune.eclass | 3 +++ >  1 file changed, 3 insertions(+) > > diff --git a/eclass/dune.

Re: [gentoo-dev] johu's packages up for grabs

2021-10-11 Thread Andreas Sturmlechner
On Sonntag, 10. Oktober 2021 09:23:40 CEST Joonas Niilola wrote: > dev-libs/qtkeychain Will be taken over by kde proj as a current (and more in the future) dependency. signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] [PATCH 1/3] dune.eclass: restrict strip

2021-10-11 Thread Ulrich Mueller
> On Mon, 11 Oct 2021, Sam James wrote: > +# Breaks with ocamlopt > +RESTRICT="strip" Note that RESTRICT isn't accumulated across eclasses in EAPIs before 8. So for older EAPIs you may want to use RESTRICT+=" strip". Of course, this applies to the other two eclasses as well. Ulrich signat