From d3cf1502c0071dbaf8dc1a429b2c55507ae37686 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 27 Apr 2019 18:35:03 +0200 Subject: dev-db/mysql-cluster: [QA] Fix USE=libressl semantics Closes: https://bugs.gentoo.org/683984 Closes: https://github.com/gentoo/gentoo/pull/11843 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: David Seifert --- dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild | 3 +-- dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'dev-db') diff --git a/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild index 283dd6b1089c..5a1a79830e00 100644 --- a/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild +++ b/dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild @@ -32,8 +32,7 @@ IUSE="client-libs debug extraengine jemalloc latin1 libressl numa RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) - ?? ( yassl libressl ) - static? ( yassl !libressl )" + static? ( yassl )" KEYWORDS="~amd64 ~x86" diff --git a/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild b/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild index 787367f6f5f3..520d6e2f99da 100644 --- a/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild +++ b/dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild @@ -32,8 +32,7 @@ IUSE="client-libs debug extraengine jemalloc latin1 libressl numa RESTRICT="libressl? ( test )" REQUIRED_USE="?? ( tcmalloc jemalloc ) - ?? ( yassl libressl ) - static? ( yassl !libressl )" + static? ( yassl )" KEYWORDS="~amd64 ~x86" -- cgit v1.2.3-65-gdbad