diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-26 22:00:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-26 21:33:09 +0200 |
commit | e678108fac0e0acd501f8f5d051755001761033f (patch) | |
tree | 251fa9ff13c51cb61bf21837e32133dcbdadd900 /profiles | |
parent | app-editors/vis: remove version 0.4 (diff) | |
download | gentoo-e678108fac0e0acd501f8f5d051755001761033f.tar.gz gentoo-e678108fac0e0acd501f8f5d051755001761033f.tar.bz2 gentoo-e678108fac0e0acd501f8f5d051755001761033f.zip |
use.desc: Introduce 'luajit' as a global flag
'luajit' is used consistently in 25+ packages. Make it a global flag.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index 5cdf9808d2b6..5bf9a1d7f693 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -186,6 +186,7 @@ lirc - Add support for lirc (Linux's Infra-Red Remote Control) livecd - !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used during livecd building lm_sensors - Add linux lm_sensors (hardware sensors) support lua - Enable Lua scripting support +luajit - Use dev-lang/luajit instead of dev-lang/lua (ineffective with USE=-lua) lzma - Support for LZMA (de)compression algorithm lzo - Enable support for lzo compression m17n-lib - Enable m17n-lib support |