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

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

2020-09-30 Thread Marek Szuba
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 Lua packages as dependencies. Tested using