diff options
author | David Seifert <soap@gentoo.org> | 2019-04-27 18:35:03 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-27 22:27:44 +0200 |
commit | d3cf1502c0071dbaf8dc1a429b2c55507ae37686 (patch) | |
tree | 6f20fb62d32993fc131df3d0cb42666525a859e6 /dev-db/mysql-cluster | |
parent | net-vpn/i2pd: version bump to 2.24.0 (diff) | |
download | gentoo-d3cf1502c0071dbaf8dc1a429b2c55507ae37686.tar.gz gentoo-d3cf1502c0071dbaf8dc1a429b2c55507ae37686.tar.bz2 gentoo-d3cf1502c0071dbaf8dc1a429b2c55507ae37686.zip |
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@gentoo.org>
Diffstat (limited to 'dev-db/mysql-cluster')
-rw-r--r-- | dev-db/mysql-cluster/mysql-cluster-7.3.22.ebuild | 3 | ||||
-rw-r--r-- | 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 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" |