commit:     bb7b012589e90f52c6dce94db2965b85b4764291
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 07:16:49 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May  1 07:16:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7b0125

dev-libs/libgit2: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-libs/libgit2/libgit2-1.1.0-r2.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libgit2/libgit2-1.1.0-r2.ebuild 
b/dev-libs/libgit2/libgit2-1.1.0-r2.ebuild
index 3cc7180b3f8..c15f66c355d 100644
--- a/dev-libs/libgit2/libgit2-1.1.0-r2.ebuild
+++ b/dev-libs/libgit2/libgit2-1.1.0-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=7
@@ -14,15 +14,14 @@ S=${WORKDIR}/${P/_/-}
 LICENSE="GPL-2-with-linking-exception"
 SLOT="0/1.1"
 KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~ppc-macos"
-IUSE="examples gssapi libressl +ssh test +threads trace"
+IUSE="examples gssapi ssh test +threads trace"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
        dev-libs/libpcre:=
        net-libs/http-parser:=
        sys-libs/zlib
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        gssapi? ( virtual/krb5 )
        ssh? ( net-libs/libssh2 )
 "

Reply via email to