commit: 649186891375347b1b5f2ac18a476f2c0d9af0ee
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 4 19:55:26 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 20:30:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64918689
dev-db/mysql: minor ebuild fixes
Package-Manager: Portage-3.0.21, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-db/mysql/mysql-5.7.35.ebuild | 1 -
dev-db/mysql/mysql-8.0.26.ebuild | 2 --
2 files changed, 3 deletions(-)
diff --git a/dev-db/mysql/mysql-5.7.35.ebuild b/dev-db/mysql/mysql-5.7.35.ebuild
index 80332b393ba..6415ac60efc 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 3d758e5f75d..5ed73cab581 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