diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 16:32:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 17:33:57 +0100 |
commit | 24fc35d82b76850e80430f503ace731c211aa945 (patch) | |
tree | 6412e9a23c82a27cc34e18aab5aa6f1e364c1921 /dev-db | |
parent | dev-db/mariadb: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-24fc35d82b76850e80430f503ace731c211aa945.tar.gz gentoo-24fc35d82b76850e80430f503ace731c211aa945.tar.bz2 gentoo-24fc35d82b76850e80430f503ace731c211aa945.zip |
dev-db/mysql-cluster: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild | 2 | ||||
-rw-r--r-- | dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild | 2 | ||||
-rw-r--r-- | dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild index ee858318fdf3..8ecb148dc58a 100644 --- a/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild +++ b/dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild @@ -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 )" diff --git a/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild index 16b657b80515..8a33824b92a4 100644 --- a/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild +++ b/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild @@ -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 )" diff --git a/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild index 9e8f595ee075..8d0360acf3a8 100644 --- a/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild +++ b/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild @@ -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 )" |