Re: [gentoo-dev] Package up for grabs

2024-02-14 Thread Violet Purcell
lling to take this. I'll look into the failing tests. -- =+=+=+=+=+=+=+=+=+=+=+=+=+= Violet Purcell (vimproved) She/Her =+=+=+=+=+=+=+=+=+=+=+=+=+= signature.asc Description: PGP signature

[gentoo-dev] [PATCH] kernel-build.eclass: work around permissions issue with module signing

2023-11-27 Thread Violet Purcell
pkg_setup, and then create a temporary file with it in src_configure to ensure that the temporary key is readable by the user that the kernel is being built as. The variable is then unset so it does not end up in the final environment file. Signed-off-by: Violet Purcell --- eclass/kernel

[gentoo-dev] [PATCH] zig.eclass: new eclass

2023-10-04 Thread Violet Purcell
This is an eclass to help with building programs that use Zig's "build system." It includes things such as PIE support and the ability to set min/max for Zig versions. Signed-off-by: Violet Purcell --- eclass/zig.eclass | 168 ++ 1 fi

Re: [gentoo-dev] are there any lisps in the default/linux/amd64/17.0/musl profile?

2023-07-23 Thread Violet Purcell
On Sun, Jul 23, 2023 at 12:11:51PM +0200, Ulrich Mueller wrote: > > On Sun, 23 Jul 2023, Andrey Grozin wrote: > > > OK, sbcl is masked on musl. But why clisp, ecls, or gcl cannot be used > > in the amd64 musl profile? > > > (I don't know if they actually work on amd64 musl systems, or if > >