summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-08-17 20:39:58 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-08-17 20:42:19 +0200
commitf273d4f65ce6d04b4e6095df1449144f76cf14b1 (patch)
tree08f4828790d34754cdee088085fd154589e8da9b /dev-db/mysql/mysql-5.6.44-r1.ebuild
parentsys-apps/sysvinit: 2.95-r1 bump to add halt.sh (diff)
downloadgentoo-f273d4f65ce6d04b4e6095df1449144f76cf14b1.tar.gz
gentoo-f273d4f65ce6d04b4e6095df1449144f76cf14b1.tar.bz2
gentoo-f273d4f65ce6d04b4e6095df1449144f76cf14b1.zip
dev-db/mysql: disable tests requiring <openssl-1.1.1
Bug: https://bugs.gentoo.org/679264 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mysql/mysql-5.6.44-r1.ebuild')
-rw-r--r--dev-db/mysql/mysql-5.6.44-r1.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-db/mysql/mysql-5.6.44-r1.ebuild b/dev-db/mysql/mysql-5.6.44-r1.ebuild
index c9f4057f7019..e51ea5affde5 100644
--- a/dev-db/mysql/mysql-5.6.44-r1.ebuild
+++ b/dev-db/mysql/mysql-5.6.44-r1.ebuild
@@ -501,14 +501,15 @@ src_test() {
if has_version '>=dev-libs/openssl-1.1.0' ; then
# Tests are expecting <openssl-1.1 default cipher
for t in \
+ main.openssl_1 \
+ main.plugin_auth_sha256_tls \
+ main.ssl \
main.ssl_8k_key \
- main.ssl-sha512 \
- main.ssl_crl \
main.ssl_ca \
- main.ssl \
+ main.ssl_cipher\
main.ssl_compress \
- main.plugin_auth_sha256_tls \
- main.openssl_1 \
+ main.ssl_crl \
+ main.ssl-sha512 \
; do
_disable_test "$t" "Requires <dev-libs/openssl-1.1.0"
done