commit: f636f4fa0b94bfd1d24c3d0b640ac638171f2898
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 17:38:26 2017 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 17:38:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f636f4fa
mysql-v2.eclass: Adjust REQUIRED_USE for GLEP73
eclass/mysql-v2.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
index b63c306f74b..3734e19bca9 100644
--- a/eclass/mysql-v2.eclass
+++ b/eclass/mysql-v2.eclass
@@ -240,9 +240,9 @@ if [[ ${PN} == "mariadb" || ${PN} == "mariadb-galera" ]];
then
mysql_version_is_at_least "5.2.10" && IUSE="${IUSE} pam"
# 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} tokudb odbc xml" &&
\
- REQUIRED_USE="${REQUIRED_USE} odbc? ( extraengine ) xml? (
extraengine ) tokudb? ( jemalloc )"
+ REQUIRED_USE="${REQUIRED_USE} odbc? ( extraengine ) xml? (
extraengine ) tokudb? ( jemalloc !tcmalloc )"
mysql_check_version_range "5.5.33 to 5.5.99" && IUSE="${IUSE} tokudb"
&& \
- REQUIRED_USE="${REQUIRED_USE} tokudb? ( jemalloc )"
+ REQUIRED_USE="${REQUIRED_USE} tokudb? ( jemalloc !tcmalloc )"
fi
if mysql_version_is_at_least "5.5"; then