diff options
author | 2021-05-01 17:51:46 +0300 | |
---|---|---|
committer | 2021-05-01 17:52:14 +0300 | |
commit | d172589652a0ba58013a4eaad4f1fa78d7ca870f (patch) | |
tree | 7dde8c36a4c65d3757c59e7a5f522a842ace84db /net-proxy/haproxy/haproxy-1.8.30.ebuild | |
parent | media-plugins/vdr-launcher: moved to eapi 7 (diff) | |
download | gentoo-d172589652a0ba58013a4eaad4f1fa78d7ca870f.tar.gz gentoo-d172589652a0ba58013a4eaad4f1fa78d7ca870f.tar.bz2 gentoo-d172589652a0ba58013a4eaad4f1fa78d7ca870f.zip |
net-proxy/haproxy: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-proxy/haproxy/haproxy-1.8.30.ebuild')
-rw-r--r-- | net-proxy/haproxy/haproxy-1.8.30.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-proxy/haproxy/haproxy-1.8.30.ebuild b/net-proxy/haproxy/haproxy-1.8.30.ebuild index 861e6ae7a252..6b6c80be510f 100644 --- a/net-proxy/haproxy/haproxy-1.8.30.ebuild +++ b/net-proxy/haproxy/haproxy-1.8.30.ebuild @@ -20,7 +20,7 @@ fi LICENSE="GPL-2 LGPL-2.1" SLOT="0/$(ver_cut 1-2)" -IUSE="+crypt doc examples libressl slz net_ns +pcre pcre-jit pcre2 pcre2-jit ssl +IUSE="+crypt doc examples slz net_ns +pcre pcre-jit pcre2 pcre2-jit ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl" REQUIRED_USE="pcre-jit? ( pcre ) pcre2-jit? ( pcre2 ) @@ -38,8 +38,7 @@ DEPEND=" pcre2-jit? ( dev-libs/libpcre2[jit] ) ) ssl? ( - !libressl? ( dev-libs/openssl:0=[zlib?] ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0=[zlib?] ) slz? ( dev-libs/libslz:= ) systemd? ( sys-apps/systemd ) |