Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] luajit global useflag
Date: Thu, 26 Feb 2015 14:44:58
Message-Id: 5f94f04f-cda0-45fd-8aee-97a9a6d9662b@email.android.com
In Reply to: [gentoo-dev] [RFC] luajit global useflag by Ben de Groot
1 Ben de Groot <yngwin@g.o> napisał:
2
3 > % quse -D luajit
4 >local:luajit:app-editors/gvim: Use dev-lang/luajit instead of
5 >dev-lang/lua
6 >local:luajit:app-editors/vim: Use dev-lang/luajit instead of
7 >dev-lang/lua
8 >local:luajit:app-editors/vim-qt: Use dev-lang/luajit instead of
9 >dev-lang/lua
10 >local:luajit:games-action/minetest: Use dev-lang/luajit instead of
11 >dev-lang/lua
12 > local:luajit:games-engines/solarus: Use LuaJIT instead of default Lua.
13 > local:luajit:games-roguelike/stone-soup: Use dev-lang/luajit as
14 >scripting backend instead of dev-lang/lua.
15 > local:luajit:media-sound/csound: Use the lua just-in-time compiler
16 >dev-lang/luajit instead of dev-lang/lua
17 >local:luajit:media-video/mpv: Use dev-lang/luajit instead of
18 >dev-lang/lua
19 > local:luajit:www-client/luakit: Use the lua just-in-time compiler
20 >dev-lang/luajit instead of dev-lang/lua, which should make luakit
21 >faster.
22 > local:luajit:www-servers/nginx: Use dev-lang/luajit instead of
23 >dev-lang/lua for lua support when building the lua http module.
24 >
25 >I propose we make luajit a global useflag, using the description from
26 >media-sound/csound:
27 >
28 >Use the lua just-in-time compiler <pkg>dev-lang/luajit</pkg> instead
29 >of <pkg>dev-lang/lua</pkg>
30
31 How about we figure out how to handle multiple versions and interpreters sanely instead? Not that I mind USE=luajit but I do mind the huge conditionals with random USE flags like recently suggested for neovim.
32
33 --
34 Michał Górny

Replies

Subject Author
Re: [gentoo-dev] [RFC] luajit global useflag Ben de Groot <yngwin@g.o>