dev-db/mysql: [QA] Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 15:32:29 +0000 (16:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 16:33:59 +0000 (17:33 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-db/mysql/mysql-5.6.44-r1.ebuild
dev-db/mysql/mysql-5.6.45-r2.ebuild
dev-db/mysql/mysql-5.7.26-r1.ebuild
dev-db/mysql/mysql-5.7.27-r1.ebuild
dev-db/mysql/mysql-8.0.17.ebuild
dev-db/mysql/mysql-8.0.18.ebuild

index 642f7932867eabe9ef828cb736d98bf977b3a2ee..1e3ee4b5f576e0545c3ac436882f981ff7179c61 100644 (file)
@@ -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 )"
 
index d93ccfafd0b51f57e5d5fd224fc94bc6ff3ea353..1ea042478213dd0dde082ceadb9e4714b6bfc15d 100644 (file)
@@ -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 )"
 
index ea0df7b4e11267b4226b2535c21cc06169aa58e2..6a478c8f6819954c30af7a454d5cd655d2358d2e 100644 (file)
@@ -30,7 +30,7 @@ IUSE="cjk client-libs cracklib debug experimental jemalloc latin1 libressl numa
        selinux +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 )"
 
index 98a8e29d49e8af8aed49d8f6434b714c5238a25b..5a103007c82a3a8988170424a948e60e17deee5e 100644 (file)
@@ -30,7 +30,7 @@ IUSE="cjk client-libs cracklib debug experimental jemalloc latin1 libressl numa
        selinux +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 )"
 
index 2697f67865608a64d49530ce4d9a3eb00f96ff15..349e399bee8e7e805a89f0c39cbb4704edbb812d 100644 (file)
@@ -33,7 +33,7 @@ IUSE="cjk cracklib debug jemalloc latin1 libressl numa +perl profiling
        router selinux tcmalloc test"
 
 # 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 )"
 
index 95f1b274f5ccddb6543d3cdc5943b11b38a36220..90bf594c427a1f7404a2c14d308ed4bd24b3e8d8 100644 (file)
@@ -33,7 +33,7 @@ IUSE="cjk cracklib debug jemalloc latin1 libressl numa +perl profiling
        router selinux +server tcmalloc test"
 
 # 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 )"