[gentoo-dev] dev-util/pycharm-community: maintainer needed

2024-12-31 Thread Andrey Grozin
I've removed myself as a maintainer of this package. I can no longer maintain it, because jetbrains does not allow me to download it: I'm in Russia :-( The package wants a version bump. Andrey

[gentoo-dev] [PATCH] perl-module.eclass: Override CCFLAGS and LDDLFLAGS

2024-12-31 Thread Luca Barbato
Otherwise host flags leak in and may break cross-building if `-march` is present. Signed-off-by: Luca Barbato --- eclass/perl-module.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 27cd053f0ea7..c25a9f81465f 100644 --- a/ec

[gentoo-dev] Last rites: dev-libs/dmalloc

2024-12-31 Thread Sam James
# Sam James (2024-12-31) # Many open bugs and requires a large amount of patching to build correctly # as a shared library. Breaks reverse dependencies in a few ways. # Removal on 2025-01-30. bug #924174 and friends. dev-libs/dmalloc

Re: [gentoo-dev] [PATCH] toolchain.eclass: Fix strip exclusion for prefixed cross-compilers

2024-12-31 Thread James Le Cuirot
On Mon, 2024-12-30 at 21:31 -0500, Ionen Wolkens wrote: > On Mon, Dec 30, 2024 at 11:35:25PM +, James Le Cuirot wrote: > > dostrip limitations mean that we cannot strip the CTARGET binaries in a > > cross-compiler. There is already a `dostrip -x` call to exclude such > > binaries from stripping