Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/davix/
Date: Sat, 01 May 2021 18:07:19
Message-Id: 1619892410.c457d6b668287321bc3f8664720378f1c5c134a9.sam@gentoo
1 commit: c457d6b668287321bc3f8664720378f1c5c134a9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 17:51:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 18:06:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c457d6b6
7
8 net-libs/davix: drop obsolete LibreSSL support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-libs/davix/davix-0.7.6.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/net-libs/davix/davix-0.7.6.ebuild b/net-libs/davix/davix-0.7.6.ebuild
17 index cd414ce3d7e..927b71e5b41 100644
18 --- a/net-libs/davix/davix-0.7.6.ebuild
19 +++ b/net-libs/davix/davix-0.7.6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -18,11 +18,12 @@ RESTRICT="!test? ( test )"
27 CDEPEND="
28 dev-libs/libxml2:2=
29 dev-libs/openssl:0=
30 - net-libs/gsoap[ssl,-gnutls,-libressl]
31 + net-libs/gsoap[ssl,-gnutls]
32 kernel_linux? ( sys-apps/util-linux )
33 "
34
35 -DEPEND="${CDEPEND}
36 +DEPEND="${CDEPEND}"
37 +BDEPEND="
38 doc? (
39 app-doc/doxygen[dot]
40 dev-python/sphinx