diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-08-04 21:55:26 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-08-04 22:30:57 +0200 |
commit | 649186891375347b1b5f2ac18a476f2c0d9af0ee (patch) | |
tree | 345c2e52f2d8f34a8563f4ca18d2bb240e6dd534 /dev-db/mysql | |
parent | dev-db/percona-server: bump to v8.0.25-15 (diff) | |
download | gentoo-649186891375347b1b5f2ac18a476f2c0d9af0ee.tar.gz gentoo-649186891375347b1b5f2ac18a476f2c0d9af0ee.tar.bz2 gentoo-649186891375347b1b5f2ac18a476f2c0d9af0ee.zip |
dev-db/mysql: minor ebuild fixes
Package-Manager: Portage-3.0.21, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-5.7.35.ebuild | 1 | ||||
-rw-r--r-- | dev-db/mysql/mysql-8.0.26.ebuild | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-5.7.35.ebuild b/dev-db/mysql/mysql-5.7.35.ebuild index 80332b393ba9..6415ac60efcc 100644 --- a/dev-db/mysql/mysql-5.7.35.ebuild +++ b/dev-db/mysql/mysql-5.7.35.ebuild @@ -611,7 +611,6 @@ src_test() { emailAddress = Email Address emailAddress_max = 64 - [default_conf] ssl_conf = ssl_sect diff --git a/dev-db/mysql/mysql-8.0.26.ebuild b/dev-db/mysql/mysql-8.0.26.ebuild index 3d758e5f75db..5ed73cab5815 100644 --- a/dev-db/mysql/mysql-8.0.26.ebuild +++ b/dev-db/mysql/mysql-8.0.26.ebuild @@ -469,7 +469,6 @@ src_test() { emailAddress = Email Address emailAddress_max = 64 - [default_conf] ssl_conf = ssl_sect @@ -482,7 +481,6 @@ src_test() { local -x OPENSSL_CONF="${T}/openssl_tlsv1.cnf" - # no need to force dep app-arch/zip for one test disabled_tests+=( "x.connection_tls_version;0;Not compatible with OpenSSL 3.x error messages" ) fi |