From 24fc35d82b76850e80430f503ace731c211aa945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 12 Dec 2019 16:32:27 +0100 Subject: dev-db/mysql-cluster: [QA] Fix MissingTestRestrict MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-db/mysql-cluster/mysql-cluster-7.2.34.ebuild') 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 )" -- cgit v1.2.3