summaryrefslogtreecommitdiff
path: root/dev-db/mysql/mysql-8.0.22.ebuild
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-10-20 20:20:38 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-10-20 20:55:44 +0200
commitebae5ff0eb3d69de1a99b941783f56cf9a00810a (patch)
tree300c9e590e1776a391766bd2b47cbc8c9474a753 /dev-db/mysql/mysql-8.0.22.ebuild
parent0ec0b30941a66e7a7e08a5ce9c90ad563ea73678 (diff)
downloadgentoo-ebae5ff0eb3d69de1a99b941783f56cf9a00810a.tar.gz
gentoo-ebae5ff0eb3d69de1a99b941783f56cf9a00810a.tar.bz2
gentoo-ebae5ff0eb3d69de1a99b941783f56cf9a00810a.zip
dev-db/mysql: depend on dev-libs/libevent[ssl]
Building mysqld without SSL is not supported anymore, so deps also require SSL. Closes: https://bugs.gentoo.org/744403 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mysql/mysql-8.0.22.ebuild')
-rw-r--r--dev-db/mysql/mysql-8.0.22.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-8.0.22.ebuild b/dev-db/mysql/mysql-8.0.22.ebuild
index 7d3dbf504256..e802474c4104 100644
--- a/dev-db/mysql/mysql-8.0.22.ebuild
+++ b/dev-db/mysql/mysql-8.0.22.ebuild
@@ -54,7 +54,7 @@ COMMON_DEPEND="
!libressl? ( >=dev-libs/openssl-1.0.0:0= )
server? (
dev-libs/icu:=
- dev-libs/libevent:=
+ dev-libs/libevent:=[ssl]
>=dev-libs/protobuf-3.8:=
net-libs/libtirpc:=
cjk? ( app-text/mecab:= )