diff options
author | 2021-04-30 12:47:11 +0300 | |
---|---|---|
committer | 2021-04-30 12:54:52 +0300 | |
commit | aaf60c8295a55a3aa59310bf304e4b7c9d69fa7c (patch) | |
tree | bfcf02d01c248c1e4f168db8df68f2418f623634 /net-irc/znc/znc-1.8.2.ebuild | |
parent | net-irc/kvirc: remove libressl support (diff) | |
download | gentoo-aaf60c8295a55a3aa59310bf304e4b7c9d69fa7c.tar.gz gentoo-aaf60c8295a55a3aa59310bf304e4b7c9d69fa7c.tar.bz2 gentoo-aaf60c8295a55a3aa59310bf304e4b7c9d69fa7c.zip |
net-irc/znc: 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-irc/znc/znc-1.8.2.ebuild')
-rw-r--r-- | net-irc/znc/znc-1.8.2.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-irc/znc/znc-1.8.2.ebuild b/net-irc/znc/znc-1.8.2.ebuild index edd0b05a83d8..915c424ab54e 100644 --- a/net-irc/znc/znc-1.8.2.ebuild +++ b/net-irc/znc/znc-1.8.2.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 @@ -31,7 +31,7 @@ fi HOMEPAGE="https://znc.in" LICENSE="Apache-2.0" -IUSE="+ipv6 +icu libressl nls perl python +ssl sasl tcl test +zlib" +IUSE="+ipv6 +icu nls perl python +ssl sasl tcl test +zlib" RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} icu )" @@ -42,10 +42,7 @@ DEPEND=" perl? ( >=dev-lang/perl-5.10:= ) python? ( ${PYTHON_DEPS} ) sasl? ( >=dev-libs/cyrus-sasl-2 ) - ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) + ssl? ( dev-libs/openssl:0= ) tcl? ( dev-lang/tcl:0= ) zlib? ( sys-libs/zlib:0= ) " |