Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gsoap/
Date: Wed, 19 Aug 2020 19:43:18
Message-Id: 1597866191.51c690ecf1290347ba794c5454acf3a76c97b9a4.whissi@gentoo
1 commit: 51c690ecf1290347ba794c5454acf3a76c97b9a4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 19:43:02 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 19:43:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c690ec
7
8 net-libs/gsoap: fix DoubleEmptyLine
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-libs/gsoap/gsoap-2.8.105.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/net-libs/gsoap/gsoap-2.8.105.ebuild b/net-libs/gsoap/gsoap-2.8.105.ebuild
17 index 1ef03d23fbe..9e8722cfcbe 100644
18 --- a/net-libs/gsoap/gsoap-2.8.105.ebuild
19 +++ b/net-libs/gsoap/gsoap-2.8.105.ebuild
20 @@ -16,7 +16,6 @@ SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22 IUSE="doc debug examples ipv6 libressl gnutls +ssl"
23
24 -
25 RDEPEND="
26 sys-libs/zlib
27 gnutls? ( net-libs/gnutls )