diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-17 22:14:35 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-17 22:32:04 +0200 |
commit | 59f2b43f36254c6b8b1c8978364ad18a61591842 (patch) | |
tree | 3dae0dd4ee0edb3b5f466d4bed9dba943a51a5fc /net-voip | |
parent | net-voip/telepathy-gabble: Fix MissingUseDepDefault for dev-libs/openssl[bind... (diff) | |
download | gentoo-59f2b43f36254c6b8b1c8978364ad18a61591842.tar.gz gentoo-59f2b43f36254c6b8b1c8978364ad18a61591842.tar.bz2 gentoo-59f2b43f36254c6b8b1c8978364ad18a61591842.zip |
net-voip/telepathy-salut: Fix MissingUseDepDefault for dev-libs/openssl[bindist]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 index 25de246938ed..8f7164df8cbc 100644 --- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild +++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ RDEPEND=" sys-apps/util-linux dev-db/sqlite:3 gnutls? ( >=net-libs/gnutls-2.10.2 ) - !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist] ) + !gnutls? ( >=dev-libs/openssl-0.9.8g:0[-bindist(-)] ) " DEPEND="${RDEPEND} ${PYTHON_DEPS} |