Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2/
Date: Sat, 01 May 2021 07:29:32
Message-Id: 1619853409.bb7b012589e90f52c6dce94db2965b85b4764291.zlogene@gentoo
1 commit: bb7b012589e90f52c6dce94db2965b85b4764291
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 07:16:49 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 07:16:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7b0125
7
8 dev-libs/libgit2: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-libs/libgit2/libgit2-1.1.0-r2.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/libgit2/libgit2-1.1.0-r2.ebuild b/dev-libs/libgit2/libgit2-1.1.0-r2.ebuild
17 index 3cc7180b3f8..c15f66c355d 100644
18 --- a/dev-libs/libgit2/libgit2-1.1.0-r2.ebuild
19 +++ b/dev-libs/libgit2/libgit2-1.1.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -14,15 +14,14 @@ S=${WORKDIR}/${P/_/-}
27 LICENSE="GPL-2-with-linking-exception"
28 SLOT="0/1.1"
29 KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~ppc-macos"
30 -IUSE="examples gssapi libressl +ssh test +threads trace"
31 +IUSE="examples gssapi ssh test +threads trace"
32 RESTRICT="!test? ( test )"
33
34 RDEPEND="
35 dev-libs/libpcre:=
36 net-libs/http-parser:=
37 sys-libs/zlib
38 - !libressl? ( dev-libs/openssl:0= )
39 - libressl? ( dev-libs/libressl:0= )
40 + dev-libs/openssl:0=
41 gssapi? ( virtual/krb5 )
42 ssh? ( net-libs/libssh2 )
43 "