commit: 968ec8e3261cc3f9013ddb26a3f2c9968ed45e5e
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 26 16:52:32 2015 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 16:52:32 2015 +0000
URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=968ec8e3
Restrict tests when libressl is enabled
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
eclass/mysql-multilib.eclass | 3 +++
1 file changed, 3 insertions(+)
diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass
index 8810a04..9f17095 100644
--- a/eclass/mysql-multilib.eclass
+++ b/eclass/mysql-multilib.eclass
@@ -213,6 +213,9 @@ REQUIRED_USE="^^ ( yassl openssl libressl )"
# IUSE="bindist ${IUSE}"
#fi
+# Tests always fail when libressl is enabled due to hard-coded ciphers in the
tests
+RESTRICT="libressl? ( test )"
+
if [[ ${PN} == "mariadb" || ${PN} == "mariadb-galera" ]] ; then
IUSE="bindist ${IUSE}"
RESTRICT="${RESTRICT} !bindist? ( bindist )"