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

2024-08-02 Thread Arthur Zamarin
Hi all As continuation from previous arch changes and arch status [1], I want to propose the next arch change for the near council meeting: a. Splitting ppc64 keyword into ppc64 and ppc64le Currently the ppc64 arch keyword matches both big endian (ppc64ul) and little endian (ppc64le). While ther

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

2024-08-02 Thread matoro
On 2024-08-02 15:05, Arthur Zamarin wrote: Hi all As continuation from previous arch changes and arch status [1], I want to propose the next arch change for the near council meeting: a. Splitting ppc64 keyword into ppc64 and ppc64le Currently the ppc64 arch keyword matches both big endian (ppc

[gentoo-dev] [PATCH 1/2] distutils-r1.eclass: Fix disabling DISTUTILS_ALLOW_WHEEL_REUSE

2024-08-02 Thread Michał Górny
Fix the declaration of DISTUTILS_ALLOW_WHEEL_REUSE to allow disabling it via setting the variable to an empty value in the environment. Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/distutils-r1.eclass b/ecla

[gentoo-dev] [PATCH 2/2] python-utils-r1.eclass: Add a sanity check for PYTHONPATH

2024-08-02 Thread Michał Górny
Add a sanity check that ensures that PYTHONPATH does not contain any relative paths. While at it, also explicitly warn about PYTHONPATH being set, so we know about it in build logs. Signed-off-by: Michał Górny --- eclass/distutils-r1.eclass | 1 + eclass/python-any-r1.eclass| 1 + ecl