summaryrefslogtreecommitdiff
path: root/dev-db/mysql/mysql-5.6.45-r2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-12 16:32:29 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-12 17:33:59 +0100
commitc0aca1aa2c58ae54367be79ced05417d03e84be9 (patch)
tree3c923873115adae94201676e711909851e116dd7 /dev-db/mysql/mysql-5.6.45-r2.ebuild
parent24fc35d82b76850e80430f503ace731c211aa945 (diff)
downloadgentoo-c0aca1aa2c58ae54367be79ced05417d03e84be9.tar.gz
gentoo-c0aca1aa2c58ae54367be79ced05417d03e84be9.tar.bz2
gentoo-c0aca1aa2c58ae54367be79ced05417d03e84be9.zip
dev-db/mysql: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db/mysql/mysql-5.6.45-r2.ebuild')
-rw-r--r--dev-db/mysql/mysql-5.6.45-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.6.45-r2.ebuild b/dev-db/mysql/mysql-5.6.45-r2.ebuild
index d93ccfafd0b5..1ea042478213 100644
--- a/dev-db/mysql/mysql-5.6.45-r2.ebuild
+++ b/dev-db/mysql/mysql-5.6.45-r2.ebuild
@@ -33,7 +33,7 @@ IUSE="client-libs cracklib debug jemalloc latin1 libressl numa +perl profiling s
+server static static-libs systemtap tcmalloc test yassl"
# Tests always fail when libressl is enabled due to hard-coded ciphers in the tests
-RESTRICT="libressl? ( test )"
+RESTRICT="!test? ( test ) libressl? ( test )"
REQUIRED_USE="?? ( tcmalloc jemalloc ) static? ( yassl )"