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/2] use.desc: Make lz4 a global flag
Date: Sun, 15 Sep 2019 14:12:47
Message-Id: 20190915141232.237555-1-mgorny@gentoo.org
1 The 'lz4' flag is used consistently for the LZ4 compression algorithm
2 in 23 packages. Make it a global flag.
3
4 Signed-off-by: Michał Górny <mgorny@g.o>
5 ---
6 profiles/use.desc | 1 +
7 1 file changed, 1 insertion(+)
8
9 diff --git a/profiles/use.desc b/profiles/use.desc
10 index 136d86900685..0969d8f8b7b5 100644
11 --- a/profiles/use.desc
12 +++ b/profiles/use.desc
13 @@ -182,6 +182,7 @@ lm-sensors - Add linux lm-sensors (hardware sensors) support
14 lua - Enable Lua scripting support
15 luajit - Use dev-lang/luajit instead of dev-lang/lua (ineffective with USE=-lua)
16 lzma - Support for LZMA (de)compression algorithm
17 +lz4 - Enable support for lz4 compression (as implemented in app-arch/lz4)
18 lzo - Enable support for lzo compression
19 m17n-lib - Enable m17n-lib support
20 mad - Add support for mad (high-quality mp3 decoder library and cli frontend)
21 --
22 2.23.0

Replies