Re: [gentoo-dev] [PATCH 3/5] profiles: add USE=convert-sfnt

2022-10-16 Thread Mart Raudsepp
Ühel kenal päeval, L, 15.10.2022 kell 11:01, kirjutas Ulrich Mueller: > > > > > > On Sat, 15 Oct 2022, Sam James wrote: > > > +convert-sfnt - Convert BDF and PCF bitmap fonts to OTB wrapper > > format > > Sorry for the bikeshedding, but could we have a name that indicates > what > this global fla

Re: [gentoo-dev] [PATCH 1/3] dist-kernel-utils.eclass: Add a PV → KV conversion function

2022-10-16 Thread Oskari Pirhonen
On Sun, Oct 16, 2022 at 06:49:17 +0200, Michał Górny wrote: > Signed-off-by: Michał Górny > --- > eclass/dist-kernel-utils.eclass | 16 > eclass/tests/dist-kernel-utils.sh | 28 > 2 files changed, 44 insertions(+) > create mode 100755 eclass/tests/

[gentoo-dev] Last rites: dev-python/case

2022-10-16 Thread Michał Górny
# Michał Górny (2022-10-17) # Unmaintained since 2018.  Requires dev-python/nose.  No revdeps left. # Removal on 2022-11-16.  Bug #877375. dev-python/case -- Best regards, Michał Górny

[gentoo-dev] Last rites: dev-python/nose_warnings_filters

2022-10-16 Thread Michał Górny
# Michał Górny (2022-10-17) # dev-python/nose plugin.  No revdeps left. # Removal on 2022-11-16.  Bug #877369. dev-python/nose_warnings_filters -- Best regards, Michał Górny

[gentoo-dev] [PATCH 2/2] llvm.org.eclass: Fix LLVM tool paths to prevent overriding them

2022-10-16 Thread Michał Górny
Fix the LLVM tool path in variables such as AR, LD, etc. to their current locations prior to manipulating PATH, in order to prevent llvm.eclass from overriding them. Otherwise, a package requiring older LLVM libraries could force older tool versions, possibly incompatible with the object files pro

[gentoo-dev] [PATCH 1/2] llvm.eclass: Fix CC/CXX version to prevent the eclass overriding it

2022-10-16 Thread Michał Górny
Fix the clang executable in CC, CPP and CXX variables to include the version number, in order to prevent the PATH manipulations done by llvm.eclass from overriding the compiler. Otherwise, a package requiring older LLVM libraries could cause an older compiler version being used, effectively result