diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-14 03:21:08 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-14 03:21:24 +0200 |
commit | 03afe8693d0935688fc27cf6b72b5c044645c9a8 (patch) | |
tree | 6d07a39814fcbec52db00e414c85cfc58ca8ef80 /dev-db/mysql/metadata.xml | |
parent | dev-python/flake8-import-order: add pylama test dep (diff) | |
download | gentoo-03afe8693d0935688fc27cf6b72b5c044645c9a8.tar.gz gentoo-03afe8693d0935688fc27cf6b72b5c044645c9a8.tar.bz2 gentoo-03afe8693d0935688fc27cf6b72b5c044645c9a8.zip |
dev-db/mysql: rev bump
- Add USE=mecab to build MeCab full-text parser plugin
- Enable libevent support
- Fix multiple build issues
- Fix tests
- Adjust ebuild style
Bug: https://bugs.gentoo.org/658822
Closes: https://bugs.gentoo.org/662816
Closes: https://bugs.gentoo.org/662826
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mysql/metadata.xml')
-rw-r--r-- | dev-db/mysql/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-db/mysql/metadata.xml b/dev-db/mysql/metadata.xml index 8ae0465d9236..102079013c43 100644 --- a/dev-db/mysql/metadata.xml +++ b/dev-db/mysql/metadata.xml @@ -16,6 +16,7 @@ dev-db/mariadb <flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for allocations.</flag> <flag name="latin1">Use LATIN1 encoding instead of UTF8</flag> <flag name="libressl">Enable SSL connections and crypto functions using <pkg>dev-libs/libressl</pkg></flag> + <flag name="mecab">Build MeCab full-text parser plugin using <pkg>app-text/mecab</pkg></flag> <flag name="numa">Enable NUMA support using <pkg>sys-process/numactl</pkg> (NUMA kernel support is also required)</flag> <flag name="profiling">Add support for statement profiling (requires USE=community).</flag> <flag name="server">Build the server program</flag> |