dev-db/mysql-cluster: [QA] Fix USE=libressl semantics
authorDavid Seifert <soap@gentoo.org>
Sat, 27 Apr 2019 16:35:03 +0000 (18:35 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 27 Apr 2019 20:27:44 +0000 (22:27 +0200)
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@gentoo.org>
dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild
dev-db/mysql-cluster/mysql-cluster-7.4.21.ebuild

index 283dd6b1089c806d2681a4cc0a43d3121b347515..5a1a79830e00c61bb9bd17d291f4a3f021e4ab31 100644 (file)
@@ -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"
 
index 787367f6f5f358450ce143b521b2e64cbccdee63..520d6e2f99da549f3724797133c325a749cdd2b0 100644 (file)
@@ -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"