net-voip/telepathy-gabble: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada 2021-05-02 22:50:34 +03:00
parent 46f4a77b56
commit 290d9e3140
No known key found for this signature in database
GPG Key ID: 1C8090248A9597C7
1 changed files with 3 additions and 4 deletions

View File

@ -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