[gentoo-dev] BugDay - October 3rd - Everyone is welcome to join!

2020-10-01 Thread Aisha Tammy
# Gentoo BugDay Come join us over at #gentoo-bugday on freenode IRC on the first Saturday of every month to squash bugs and make Gentoo a bit more awesome. You don't need to be a Gentoo developer or even a coder to help us on BugDay. Our next BugDay is on 3rd Oct 2020 and we have started

[gentoo-dev] [PATCH 1/2] xorg-3.eclass: Drop font IUSE=nls handling

2020-10-01 Thread Matt Turner
The previous logic incorrectly added IUSE=nls for font-bitstream-100dpi, font-bitstream-75dpi, font-cronyx-cyrillic, font-misc-cyrillic, font-screen-cyrillic, and font-winitzki-cyrillic. This caused "QA Notice: Unrecognized configure options: ..." with USE=-nls. Instead, we'll simply have

Re: [gentoo-dev] [PATCH 1/2] xorg-3.eclass: Fix font IUSE=nls handling

2020-10-01 Thread Matt Turner
On Thu, Oct 1, 2020 at 1:07 AM Ulrich Mueller wrote: > > > On Thu, 01 Oct 2020, Matt Turner wrote: > > > - [[ ${PN} = font-misc-misc || ${PN} = font-schumacher-misc || > > ${PN##*-} = 75dpi || ${PN##*-} = 100dpi || ${PN##*-} = cyrillic ]] && > > IUSE+=" nls" > > + case ${PN#font-}

Re: [gentoo-dev] [PATCH 0/4] Eclass for single-impl Lua ebuilds

2020-10-01 Thread Daniel Pielmeier
Marek Szuba schrieb am 01.10.20 um 22:24: > On 2020-10-01 20:31, Daniel Pielmeier wrote: > >> I already had slotted lua 5.1 and 5.3 installed and the modified ebuild >> built fine with lua-5.3 as before. However when I tried setting >> LUA_SINGLE_TARGET="lua5-2", lua-5.2 was pulled in as a

Re: [gentoo-dev] [PATCH 0/4] Eclass for single-impl Lua ebuilds

2020-10-01 Thread Marek Szuba
On 2020-10-01 20:31, Daniel Pielmeier wrote: > I already had slotted lua 5.1 and 5.3 installed and the modified ebuild > built fine with lua-5.3 as before. However when I tried setting > LUA_SINGLE_TARGET="lua5-2", lua-5.2 was pulled in as a dependency but > conky still built against lua-5.3. The

Re: [gentoo-dev] [PATCH 0/4] Eclass for single-impl Lua ebuilds

2020-10-01 Thread Daniel Pielmeier
Marek Szuba schrieb am 30.09.20 um 18:23: > Same as lua.eclass and python-r1, this is a Lua version of > python-single-r1. Setting LUA_SINGLE_TARGETS allows one to choose the > (slotted) Lua implementation to build your ebuild against, optionally > including both single- and multi-implementation

Re: [gentoo-dev] [PATCH 1/2] xorg-3.eclass: Fix font IUSE=nls handling

2020-10-01 Thread Ulrich Mueller
> On Thu, 01 Oct 2020, Matt Turner wrote: > - [[ ${PN} = font-misc-misc || ${PN} = font-schumacher-misc || ${PN##*-} > = 75dpi || ${PN##*-} = 100dpi || ${PN##*-} = cyrillic ]] && IUSE+=" nls" > + case ${PN#font-} in > +