diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 21:40:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 21:40:58 +0300 |
commit | be90711a46d0c8117833aff1f8c36605b99ea72b (patch) | |
tree | 164e0d3e8fe2eb95d3575baa47f997b3cb546af2 /net-analyzer/goaccess/goaccess-9999.ebuild | |
parent | net-analyzer/ettercap: remove libressl support (diff) | |
download | gentoo-be90711a46d0c8117833aff1f8c36605b99ea72b.tar.gz gentoo-be90711a46d0c8117833aff1f8c36605b99ea72b.tar.bz2 gentoo-be90711a46d0c8117833aff1f8c36605b99ea72b.zip |
net-analyzer/goaccess: 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-analyzer/goaccess/goaccess-9999.ebuild')
-rw-r--r-- | net-analyzer/goaccess/goaccess-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-analyzer/goaccess/goaccess-9999.ebuild b/net-analyzer/goaccess/goaccess-9999.ebuild index e029cb0bf444..21f627fb297d 100644 --- a/net-analyzer/goaccess/goaccess-9999.ebuild +++ b/net-analyzer/goaccess/goaccess-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ HOMEPAGE="https://goaccess.io" LICENSE="MIT" SLOT="0" -IUSE="debug geoip geoipv2 getline libressl ssl unicode" +IUSE="debug geoip geoipv2 getline ssl unicode" REQUIRED_USE="geoipv2? ( geoip )" BDEPEND="virtual/pkgconfig" @@ -28,8 +28,7 @@ RDEPEND="sys-libs/ncurses:0=[unicode?] geoipv2? ( dev-libs/libmaxminddb:0= ) ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= )" DEPEND="${RDEPEND}" |