mysql-multilib.eclass: Adjust REQUIRED_USE for GLEP73
authorBrian Evans <grknight@gentoo.org>
Mon, 17 Jul 2017 13:42:55 +0000 (09:42 -0400)
committerBrian Evans <grknight@gentoo.org>
Mon, 17 Jul 2017 13:44:00 +0000 (09:44 -0400)
eclass/mysql-multilib.eclass

index 570deadd2599cc76e971404836250e69a27da150..c994e51d7a005698c4ea8fb83ed5cde0dd169b7b 100644 (file)
@@ -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