Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/srt/
Date: Sun, 29 Sep 2019 02:56:56
Message-Id: 1569725777.b3638d38906eae81aef122ac5b6036cef68c1095.floppym@gentoo
1 commit: b3638d38906eae81aef122ac5b6036cef68c1095
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sat Sep 28 18:59:20 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 29 02:56:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3638d38
7
8 net-libs/srt: Depend on dev-libs/nettle:0= when USE="gnutls".
9
10 Fixes: https://bugs.gentoo.org/692876
11 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 net-libs/srt/srt-1.3.2.ebuild | 7 +++++--
15 net-libs/srt/srt-9999.ebuild | 7 +++++--
16 2 files changed, 10 insertions(+), 4 deletions(-)
17
18 diff --git a/net-libs/srt/srt-1.3.2.ebuild b/net-libs/srt/srt-1.3.2.ebuild
19 index 998bdd69626..f329f489083 100644
20 --- a/net-libs/srt/srt-1.3.2.ebuild
21 +++ b/net-libs/srt/srt-1.3.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 2018-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -21,7 +21,10 @@ SLOT="0"
29 IUSE="gnutls libressl"
30
31 DEPEND="
32 - gnutls? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
33 + gnutls? (
34 + dev-libs/nettle:0=[${MULTILIB_USEDEP}]
35 + net-libs/gnutls:0=[${MULTILIB_USEDEP}]
36 + )
37 !gnutls? (
38 !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
39 libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
40
41 diff --git a/net-libs/srt/srt-9999.ebuild b/net-libs/srt/srt-9999.ebuild
42 index 436354c1ae7..10750221932 100644
43 --- a/net-libs/srt/srt-9999.ebuild
44 +++ b/net-libs/srt/srt-9999.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2019 Gentoo Authors
47 +# Copyright 2018-2019 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -21,7 +21,10 @@ SLOT="0"
52 IUSE="gnutls libressl test"
53
54 RDEPEND="
55 - gnutls? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
56 + gnutls? (
57 + dev-libs/nettle:0=[${MULTILIB_USEDEP}]
58 + net-libs/gnutls:0=[${MULTILIB_USEDEP}]
59 + )
60 !gnutls? (
61 !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
62 libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )