[gentoo-dev] Re: [PATCH] stardict.eclass: Rename IUSE=gzip->zlib

2021-07-07 Thread Matt Turner
I've included this in a larger PR that contains some other compression flag simplifications: https://github.com/gentoo/gentoo/pull/21558 Wow, also noticed that this eclass says its maintainer is someone who retired in 2007. Feel free to drop him from replies :)

[gentoo-dev] Re: [PATCH] profiles/default/linux: Add USE="bzip2 lzma zstd" to defaults

2021-07-07 Thread Matt Turner
I've included this in a larger PR that contains some other compression flag simplifications: https://github.com/gentoo/gentoo/pull/21558

[gentoo-dev] [PATCH] stardict.eclass: Rename IUSE=gzip->zlib

2021-07-07 Thread Matt Turner
The flag actually controls a dependency on app-arch/gzip, but you already have that too. Name the flag IUSE=zlib so it'll be enabled by default. Signed-off-by: Matt Turner --- eclass/stardict.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/stardict.eclass

[gentoo-dev] [PATCH] profiles/default/linux: Add USE="bzip2 lzma zstd" to defaults

2021-07-07 Thread Matt Turner
Enable these flags by default, since they effectively add no additional dependencies: USE=bzip2 only ever adds a dependency on: app-arch/bzip2 - part of @system dev-ml/camlbz2 - to dev-ml/dose3's RDEPEND USE=lzma only ever adds a dependency on: app-arch/xz-utils - part of

[gentoo-dev] libffi-3.4 is on the horison (unkeyworded for now, ~arch soon)

2021-07-07 Thread Sergei Trofimovich
Tl;DR - libffi-3.4 entered ::gento without KEYWORDS today. After some testing it will be promoted into ~arch. libffi has two modes: 1. USE=-exec-static-trampoline: old (default, safe) 2. USE=exec-static-trampoline: new (cool, might expose latent bugs) +toralf@ (CC): Toralf,

Re: [gentoo-dev] 'pax_kernel' USE flag

2021-07-07 Thread Thomas Deutschmann
On 2021-07-07 05:05, Matt Turner wrote: On Tue, Jul 6, 2021 at 7:41 PM Thomas Deutschmann wrote: As you probably know, I am not a Linux desktop user (yet). My complete experience with that PaX stuff is limited to servers. Maybe I've misunderstood what you meant. You don't use Linux on the

Re: [gentoo-dev] [PATCH] lua*.eclass: standardize the guard variables

2021-07-07 Thread Marek Szuba
On 2021-07-06 22:59, William Hubbs wrote: Change the _R0 suffix on these variable names to _ECLASS. Any non-cosmetic reasons for doing this? -- Marecki OpenPGP_signature Description: OpenPGP digital signature

Re: [gentoo-dev] [PATCH] lua*.eclass: standardize the guard variables

2021-07-07 Thread Ulrich Mueller
> On Tue, 06 Jul 2021, William Hubbs wrote: > -_LUA_SINGLE_R0=1 > +_LUA_SINGLE_ECLASS=1 > fi These should be assigned immediately after the test near the top of the eclass, before any inherit statement. Otherwise, circular inheritance won't be prevented. Ulrich signature.asc