[gentoo-dev] Last rites: dev-libs/libappindicator, dev-libs/libindicator

2024-08-05 Thread Michał Górny
# Michał Górny (2024-08-06) # Superseded by dev-libs/libayatana-*.  No revdeps left. # Removal on 2024-09-05.  Bug #936881. dev-libs/libappindicator dev-libs/libindicator -- Best regards, Michał Górny signature.asc Description: This is a digitally signed message part

[gentoo-dev] [PATCH 2/2] eclass/tests/toolchain-funcs.sh: Cover tc-is-lto

2024-08-05 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/tests/toolchain-funcs.sh | 20 1 file changed, 20 insertions(+) diff --git a/eclass/tests/toolchain-funcs.sh b/eclass/tests/toolchain-funcs.sh index ee10ddf50c1e..6bfb00ff6bcb 100755 --- a/eclass/tests/toolchain-funcs.sh +++ b/eclass/te

[gentoo-dev] [PATCH 1/2] toolchain-funcs.eclass: Fix tc-is-lto not to leave stray files in T

2024-08-05 Thread Michał Górny
Fix tc-is-lto function to remove the temporary file after testing. Besides being cleaner, this fixes a permission problem when using Paludis and tc-is-lto is used both in pkg_setup() (which creates the temporary file owned by root) and src_*() phase (which attempts to rewrite it as a regular user).

Re: [gentoo-dev] [Proposal] Split arch keywords for ppc64 & riscv

2024-08-05 Thread Andreas K. Huettel
Am Montag, 5. August 2024, 00:39:13 CEST schrieb Robin H. Johnson: > > Step 2: Formally introduce the new keywords in ebuilds by duplication. > > Any "ppc64" in keywords becomes "ppc64 ppc64le". > > Any "riscv" becomes "riscv riscv32 riscv64". > > No exceptions. Can be done automatically. Until th