commit: d3cf1502c0071dbaf8dc1a429b2c55507ae37686 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Apr 27 16:35:03 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Apr 27 20:27:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3cf1502
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 <soap <AT> gentoo.org> 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(-) 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 283dd6b1089..5a1a79830e0 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 787367f6f5f..520d6e2f99d 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"
