summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild')
-rw-r--r--net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild7
1 files changed, 3 insertions, 4 deletions
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
index 0da8f560eeb4..caa8006b1866 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.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=6
@@ -15,7 +15,7 @@ SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux"
-IUSE="gnutls +jingle libressl plugins test"
+IUSE="gnutls +jingle plugins test"
RESTRICT="!test? ( test )"
# Prevent false positives due nested configure
@@ -36,8 +36,7 @@ RDEPEND="
gnutls? ( >=net-libs/gnutls-2.10.2 )
!gnutls? (
- libressl? ( dev-libs/libressl:0= )
- !libressl? ( >=dev-libs/openssl-0.9.8g:0=[-bindist] )
+ >=dev-libs/openssl-0.9.8g:0=[-bindist]
)
jingle? (
>=net-libs/libsoup-2.42