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:06
Message-Id: 1568718054.823fe9a00332ccec173cc2a70bf74860240170df.mgorny@gentoo
1 commit: 823fe9a00332ccec173cc2a70bf74860240170df
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 14:15:52 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 11:00:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823fe9a0
7
8 use.desc: Make 'snappy' a global USE flag
9
10 The 'snappy' flag is used consistently in 9 packages. Make it a global
11 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 8ef8549edba..7fe2510544d 100644
20 --- a/profiles/use.desc
21 +++ b/profiles/use.desc
22 @@ -285,6 +285,7 @@ slang - Add support for the slang text display library (it's like ncurses, but d
23 slp - Add Service Locator Protocol support
24 smartcard - Enable smartcard support
25 smp - Enable support for multiprocessors or multicore systems
26 +snappy - Enable support for Snappy compression (as implemented in app-arch/snappy)
27 sndfile - Add support for libsndfile
28 snmp - Add support for the Simple Network Management Protocol if available
29 soap - Add support for SOAP (Simple Object Access Protocol)