diff options
author | Sam James <sam@gentoo.org> | 2021-05-01 17:51:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-01 18:06:50 +0000 |
commit | c457d6b668287321bc3f8664720378f1c5c134a9 (patch) | |
tree | 6fda7f780817b1e19a4fb014f78185fbbef37226 /net-libs/davix | |
parent | net-im/telegram-desktop: drop obsolete LibreSSL support (diff) | |
download | gentoo-c457d6b668287321bc3f8664720378f1c5c134a9.tar.gz gentoo-c457d6b668287321bc3f8664720378f1c5c134a9.tar.bz2 gentoo-c457d6b668287321bc3f8664720378f1c5c134a9.zip |
net-libs/davix: drop obsolete LibreSSL support
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/davix')
-rw-r--r-- | net-libs/davix/davix-0.7.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-libs/davix/davix-0.7.6.ebuild b/net-libs/davix/davix-0.7.6.ebuild index cd414ce3d7eb..927b71e5b411 100644 --- a/net-libs/davix/davix-0.7.6.ebuild +++ b/net-libs/davix/davix-0.7.6.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,11 +18,12 @@ RESTRICT="!test? ( test )" CDEPEND=" dev-libs/libxml2:2= dev-libs/openssl:0= - net-libs/gsoap[ssl,-gnutls,-libressl] + net-libs/gsoap[ssl,-gnutls] kernel_linux? ( sys-apps/util-linux ) " -DEPEND="${CDEPEND} +DEPEND="${CDEPEND}" +BDEPEND=" doc? ( app-doc/doxygen[dot] dev-python/sphinx |