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-salut/
Date: Thu, 17 Jun 2021 20:32:49
Message-Id: 1623961924.59f2b43f36254c6b8b1c8978364ad18a61591842.whissi@gentoo
1 commit: 59f2b43f36254c6b8b1c8978364ad18a61591842
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 20:14:35 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 20:32:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f2b43f
7
8 net-voip/telepathy-salut: 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-salut/telepathy-salut-0.8.1-r3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild
17 index 25de246938e..8f7164df8cb 100644
18 --- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild
19 +++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.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 @@ -28,7 +28,7 @@ RDEPEND="
27 sys-apps/util-linux
28 dev-db/sqlite:3
29 gnutls? ( >=net-libs/gnutls-2.10.2 )
30 - !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] )
31 + !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist(-)] )
32 "
33 DEPEND="${RDEPEND}
34 ${PYTHON_DEPS}