commit: 71f44c564157d1d1dd125e3a6071bf1846bd0cd5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 10:20:47 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 10:21:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f44c56
app-admin/rsyslog: Correct USE=mongodb provider in metadata.xml
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-admin/rsyslog/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/rsyslog/metadata.xml b/app-admin/rsyslog/metadata.xml
index 7334da40b16..44991a3a81a 100644
--- a/app-admin/rsyslog/metadata.xml
+++ b/app-admin/rsyslog/metadata.xml
@@ -17,7 +17,7 @@
<flag name="kubernetes">Build the kubernetes modify plugin
(requires <pkg>net-misc/curl</pkg>)</flag>
<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>
<flag name="mdblookup">Build the MaxMind DB lookup message
modify plugin using <pkg>dev-libs/libmaxminddb</pkg></flag>
- <flag name="mongodb">Build the MongoDB output module (requires
<pkg>dev-libs/libmongo-client</pkg>)</flag>
+ <flag name="mongodb">Build the MongoDB output module (requires
<pkg>dev-libs/mongo-c-driver</pkg>)</flag>
<flag name="mysql">Build the MySQL database output module
(requires <pkg>virtual/mysql</pkg>)</flag>
<flag name="normalize">Build the normalize modify module
(requires <pkg>dev-libs/libee</pkg> and <pkg>dev-libs/liblognorm</pkg>)</flag>
<flag name="omhttp">Build the http output module (requires
<pkg>net-misc/curl</pkg>)</flag>