dev-db/percona-server: [QA] Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 15:32:31 +0000 (16:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 16:34:00 +0000 (17:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-db/percona-server/percona-server-5.7.26.29-r1.ebuild
dev-db/percona-server/percona-server-5.7.27.30.ebuild
dev-db/percona-server/percona-server-8.0.17.8.ebuild

index 5c07b92757dcf22c236eba716d1affe7d192ca3b..6f2590a7c1aa0b4184c7f47ce41536727ed9a2e6 100644 (file)
@@ -39,7 +39,7 @@ IUSE="cjk client-libs cracklib debug experimental jemalloc latin1 libressl numa
        selinux +server static static-libs systemtap tcmalloc test tokudb tokudb-backup-plugin 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 )"
 
index 54ce90a8b648b52379a913a7c64f67fea7de82c0..5c4af55fc2eb542798eef61da7f797ca427ef1c6 100644 (file)
@@ -39,7 +39,7 @@ IUSE="cjk client-libs cracklib debug experimental jemalloc latin1 libressl numa
        selinux +server static static-libs systemtap tcmalloc test tokudb tokudb-backup-plugin 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 )"
 
index d30980a003de290fdf7393f66464d3cb788d5408..0fbc6f60a16a923fedbe9fdcd55d144004ea3d3c 100644 (file)
@@ -38,7 +38,7 @@ IUSE="cjk cracklib debug jemalloc latin1 libressl numa pam +perl profiling
        rocksdb router selinux +server tcmalloc test tokudb tokudb-backup-plugin"
 
 # 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 )"