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-voip/telepathy-gabble/
Date: Thu, 17 Jun 2021 20:32:49
Message-Id: 1623961923.d6add1e6a8a26f528f2037663f556e472b23979f.whissi@gentoo
1 commit: d6add1e6a8a26f528f2037663f556e472b23979f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 20:13:49 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 20:32:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6add1e6
7
8 net-voip/telepathy-gabble: Fix MissingUseDepDefault for dev-libs/openssl[bindist]
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
17 index caa8006b186..e2051de8905 100644
18 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
19 +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
20 @@ -36,7 +36,7 @@ RDEPEND="
21
22 gnutls? ( >=net-libs/gnutls-2.10.2 )
23 !gnutls? (
24 - >=dev-libs/openssl-0.9.8g:0=[-bindist]
25 + >=dev-libs/openssl-0.9.8g:0=[-bindist(-)]
26 )
27 jingle? (
28 >=net-libs/libsoup-2.42