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: app-admin/rsyslog/
Date: Sat, 12 Oct 2019 10:22:00
Message-Id: 1570875712.71f44c564157d1d1dd125e3a6071bf1846bd0cd5.mgorny@gentoo
1 commit: 71f44c564157d1d1dd125e3a6071bf1846bd0cd5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 10:20:47 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 10:21:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f44c56
7
8 app-admin/rsyslog: Correct USE=mongodb provider in metadata.xml
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-admin/rsyslog/metadata.xml | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/rsyslog/metadata.xml b/app-admin/rsyslog/metadata.xml
16 index 7334da40b16..44991a3a81a 100644
17 --- a/app-admin/rsyslog/metadata.xml
18 +++ b/app-admin/rsyslog/metadata.xml
19 @@ -17,7 +17,7 @@
20 <flag name="kubernetes">Build the kubernetes modify plugin (requires <pkg>net-misc/curl</pkg>)</flag>
21 <flag name="libressl">Use <pkg>dev-libs/libressl</pkg> instead of <pkg>dev-libs/openssl</pkg> (you still need to enable functionality which requires OpenSSL)</flag>
22 <flag name="mdblookup">Build the MaxMind DB lookup message modify plugin using <pkg>dev-libs/libmaxminddb</pkg></flag>
23 - <flag name="mongodb">Build the MongoDB output module (requires <pkg>dev-libs/libmongo-client</pkg>)</flag>
24 + <flag name="mongodb">Build the MongoDB output module (requires <pkg>dev-libs/mongo-c-driver</pkg>)</flag>
25 <flag name="mysql">Build the MySQL database output module (requires <pkg>virtual/mysql</pkg>)</flag>
26 <flag name="normalize">Build the normalize modify module (requires <pkg>dev-libs/libee</pkg> and <pkg>dev-libs/liblognorm</pkg>)</flag>
27 <flag name="omhttp">Build the http output module (requires <pkg>net-misc/curl</pkg>)</flag>