From: Michał Górny Date: Thu, 12 Dec 2019 15:32:31 +0000 (+0100) Subject: dev-db/percona-server: [QA] Fix MissingTestRestrict X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=23f524197aaea1f5609d5f32e01431e542005888;p=gentoo.git dev-db/percona-server: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny --- diff --git a/dev-db/percona-server/percona-server-5.7.26.29-r1.ebuild b/dev-db/percona-server/percona-server-5.7.26.29-r1.ebuild index 5c07b92757dc..6f2590a7c1aa 100644 --- a/dev-db/percona-server/percona-server-5.7.26.29-r1.ebuild +++ b/dev-db/percona-server/percona-server-5.7.26.29-r1.ebuild @@ -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 )" diff --git a/dev-db/percona-server/percona-server-5.7.27.30.ebuild b/dev-db/percona-server/percona-server-5.7.27.30.ebuild index 54ce90a8b648..5c4af55fc2eb 100644 --- a/dev-db/percona-server/percona-server-5.7.27.30.ebuild +++ b/dev-db/percona-server/percona-server-5.7.27.30.ebuild @@ -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 )" diff --git a/dev-db/percona-server/percona-server-8.0.17.8.ebuild b/dev-db/percona-server/percona-server-8.0.17.8.ebuild index d30980a003de..0fbc6f60a16a 100644 --- a/dev-db/percona-server/percona-server-8.0.17.8.ebuild +++ b/dev-db/percona-server/percona-server-8.0.17.8.ebuild @@ -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 )"