diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 16:32:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 17:34:00 +0100 |
commit | 23f524197aaea1f5609d5f32e01431e542005888 (patch) | |
tree | 110e0d6959bf1ce20e8029a4f59aa879a08058ec /dev-db/percona-server | |
parent | dev-db/mysql: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-23f524197aaea1f5609d5f32e01431e542005888.tar.gz gentoo-23f524197aaea1f5609d5f32e01431e542005888.tar.bz2 gentoo-23f524197aaea1f5609d5f32e01431e542005888.zip |
dev-db/percona-server: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db/percona-server')
-rw-r--r-- | dev-db/percona-server/percona-server-5.7.26.29-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-db/percona-server/percona-server-5.7.27.30.ebuild | 2 | ||||
-rw-r--r-- | dev-db/percona-server/percona-server-8.0.17.8.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
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 )" |