mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user