diff options
author | Brian Evans <grknight@gentoo.org> | 2017-07-17 09:42:55 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-07-17 09:44:00 -0400 |
commit | f9e06572ce465a8c0125b9297d4689763d80edb5 (patch) | |
tree | 0c0f8a274701efa7aae75a33c5d9e8ad9c66952b /eclass/mysql-multilib.eclass | |
parent | dev-db/percona-server: Adjust REQUIRED_USE for GLEP73 (diff) | |
download | gentoo-f9e06572ce465a8c0125b9297d4689763d80edb5.tar.gz gentoo-f9e06572ce465a8c0125b9297d4689763d80edb5.tar.bz2 gentoo-f9e06572ce465a8c0125b9297d4689763d80edb5.zip |
mysql-multilib.eclass: Adjust REQUIRED_USE for GLEP73
Diffstat (limited to 'eclass/mysql-multilib.eclass')
-rw-r--r-- | eclass/mysql-multilib.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass index 570deadd2599..c994e51d7a00 100644 --- a/eclass/mysql-multilib.eclass +++ b/eclass/mysql-multilib.eclass @@ -227,9 +227,9 @@ if [[ ${PN} == "mariadb" || ${PN} == "mariadb-galera" ]]; then # 5.5.33 and 10.0.5 add TokuDB. Authors strongly recommend jemalloc or perfomance suffers mysql_version_is_at_least "10.0.5" && IUSE="${IUSE} odbc xml" if [[ ${HAS_TOOLS_PATCH} ]] ; then - REQUIRED_USE="${REQUIRED_USE} !server? ( !oqgraph !sphinx ) tokudb? ( jemalloc )" + REQUIRED_USE="${REQUIRED_USE} !server? ( !oqgraph !sphinx ) tokudb? ( jemalloc !tcmalloc )" else - REQUIRED_USE="${REQUIRED_USE} minimal? ( !oqgraph !sphinx ) tokudb? ( jemalloc )" + REQUIRED_USE="${REQUIRED_USE} minimal? ( !oqgraph !sphinx ) tokudb? ( jemalloc !tcmalloc )" fi # MariaDB 10.1 introduces InnoDB/XtraDB compression with external libraries # Choices are bzip2, lz4, lzma, lzo. bzip2 and lzma enabled by default as they are system libraries |