Gentoo Archives: gentoo-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-dev] [PATCH 1/2] use.desc: Make lz4 a global flag
Date: Sun, 15 Sep 2019 18:32:19
Message-Id: 20190915183211.GC6313@bubba.lan
In Reply to: [gentoo-dev] [PATCH 1/2] use.desc: Make lz4 a global flag by "Michał Górny"
1 On Sun, Sep 15, 2019 at 04:12:31PM +0200, Michał Górny wrote:
2 > The 'lz4' flag is used consistently for the LZ4 compression algorithm
3 > in 23 packages. Make it a global flag.
4 >
5 > Signed-off-by: Michał Górny <mgorny@g.o>
6 > ---
7 > profiles/use.desc | 1 +
8 > 1 file changed, 1 insertion(+)
9 >
10 > diff --git a/profiles/use.desc b/profiles/use.desc
11 > index 136d86900685..0969d8f8b7b5 100644
12 > --- a/profiles/use.desc
13 > +++ b/profiles/use.desc
14 > @@ -182,6 +182,7 @@ lm-sensors - Add linux lm-sensors (hardware sensors) support
15 > lua - Enable Lua scripting support
16 > luajit - Use dev-lang/luajit instead of dev-lang/lua (ineffective with USE=-lua)
17 > lzma - Support for LZMA (de)compression algorithm
18 > +lz4 - Enable support for lz4 compression (as implemented in app-arch/lz4)
19 > lzo - Enable support for lzo compression
20 > m17n-lib - Enable m17n-lib support
21 > mad - Add support for mad (high-quality mp3 decoder library and cli frontend)
22 > --
23 > 2.23.0
24 >
25 >
26
27 This is also good from a security perspective with identifying packages relying
28 on lz4.
29
30 Acked-by: Aaron Bauman <bman@g.o>
31
32 --
33 Cheers,
34 Aaron

Attachments

File name MIME type
signature.asc application/pgp-signature