Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Tue, 17 Sep 2019 11:01:04
Message-Id: 1568718052.db1aa203c64f47569fb71ef505db8ddbfd8ff916.mgorny@gentoo
1 commit: db1aa203c64f47569fb71ef505db8ddbfd8ff916
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 14:09:17 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 11:00:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db1aa203
7
8 use.desc: Make lz4 a global flag
9
10 The 'lz4' flag is used consistently for the LZ4 compression algorithm
11 in 21 packages. Make it a global flag.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 profiles/use.desc | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/profiles/use.desc b/profiles/use.desc
19 index 1496a089a2b..8ef8549edba 100644
20 --- a/profiles/use.desc
21 +++ b/profiles/use.desc
22 @@ -177,6 +177,7 @@ lm-sensors - Add linux lm-sensors (hardware sensors) support
23 lua - Enable Lua scripting support
24 luajit - Use dev-lang/luajit instead of dev-lang/lua (ineffective with USE=-lua)
25 lzma - Support for LZMA (de)compression algorithm
26 +lz4 - Enable support for lz4 compression (as implemented in app-arch/lz4)
27 lzo - Enable support for lzo compression
28 m17n-lib - Enable m17n-lib support
29 mad - Add support for mad (high-quality mp3 decoder library and cli frontend)