commit: 290d9e31404114bc5cc08c905a5cd803dc5c22d3 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sun May 2 19:50:34 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sun May 2 19:50:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290d9e31
net-voip/telepathy-gabble: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r2.ebuild | 7 +++---- 1 file 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 0da8f560eeb..caa8006b186 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
