dev-db/mysql-cluster: [QA] Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 15:32:27 +0000 (16:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 16:33:57 +0000 (17:33 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild
dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild
dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild

index ee858318fdf321146c40181a71aa94e657c93521..8ecb148dc58ad2206d73aa463e870d307da6d4b1 100644 (file)
@@ -29,7 +29,7 @@ IUSE="bindist client-libs debug extraengine java jemalloc latin1 libressl
        test yassl"
 
 # Tests always fail when libressl is enabled due to hard-coded ciphers in the tests
-RESTRICT="!bindist? ( bindist ) libressl? ( test )"
+RESTRICT="!bindist? ( bindist ) !test? ( test ) libressl? ( test )"
 
 REQUIRED_USE="?? ( tcmalloc jemalloc )
        static? ( yassl )"
index 16b657b8051503f3cd2e069f289a064a82021339..8a33824b92a4f5814a59e798f86afcef2755a32c 100644 (file)
@@ -29,7 +29,7 @@ IUSE="client-libs debug extraengine jemalloc latin1 libressl numa
        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 )"
index 9e8f595ee075b6dc7f14d7c6a8c273a47bab68fd..8d0360acf3a8666d51f8527c39d35b268fd1fce3 100644 (file)
@@ -29,7 +29,7 @@ IUSE="client-libs debug extraengine jemalloc latin1 libressl numa
        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 )"