Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 1/5] use.desc: Introduce 'luajit' as a global flag
Date: Mon, 26 Feb 2018 22:24:29
Message-Id: 20180226222414.3862-1-mgorny@gentoo.org
1 'luajit' is used consistently in 25+ packages. Make it a global flag.
2 ---
3 profiles/use.desc | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/profiles/use.desc b/profiles/use.desc
7 index 5cdf9808d2b6..5bf9a1d7f693 100644
8 --- a/profiles/use.desc
9 +++ b/profiles/use.desc
10 @@ -186,6 +186,7 @@ lirc - Add support for lirc (Linux's Infra-Red Remote Control)
11 livecd - !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used during livecd building
12 lm_sensors - Add linux lm_sensors (hardware sensors) support
13 lua - Enable Lua scripting support
14 +luajit - Use dev-lang/luajit instead of dev-lang/lua (ineffective with USE=-lua)
15 lzma - Support for LZMA (de)compression algorithm
16 lzo - Enable support for lzo compression
17 m17n-lib - Enable m17n-lib support
18 --
19 2.16.2

Replies