The 'lz4' flag is used consistently for the LZ4 compression algorithm in 23 packages. Make it a global flag.
Signed-off-by: Michał Górny <[email protected]> --- profiles/use.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/use.desc b/profiles/use.desc index 136d86900685..0969d8f8b7b5 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -182,6 +182,7 @@ 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 +lz4 - Enable support for lz4 compression (as implemented in app-arch/lz4) lzo - Enable support for lzo compression m17n-lib - Enable m17n-lib support mad - Add support for mad (high-quality mp3 decoder library and cli frontend) -- 2.23.0
