Re: [gentoo-dev] [PATCH 1/2] sysroot.eclass: New eclass for using a different sysroot

2025-05-09 Thread Ulrich Müller
> On Fri, 09 May 2025, James Le Cuirot wrote: > --- /dev/null > +++ b/eclass/sysroot.eclass > @@ -0,0 +1,34 @@ > +# Copyright 2025 Gentoo Authors > +# Distributed under the terms of the GNU General Public License v2 > + > +# @ECLASS: sysroot.eclass > +# @MAINTAINER: > +# cr...@gentoo.org > +#

[gentoo-dev] [PATCH 1/2] sysroot.eclass: New eclass for using a different sysroot

2025-05-09 Thread James Le Cuirot
This only has one function for now, but I intend to add a general purpose sysroot wrapper script for use with Meson, Perl, and more. It just needs longer in the oven. Signed-off-by: James Le Cuirot --- eclass/sysroot.eclass | 34 ++ 1 file changed, 34 insertions(+