Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libu2f-server/
Date: Fri, 30 Apr 2021 12:41:31
Message-Id: 1619786483.d914d3b10fa013b6dc697f43b29f4ea215847f93.zlogene@gentoo
1 commit: d914d3b10fa013b6dc697f43b29f4ea215847f93
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 12:40:38 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 12:41:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d914d3b1
7
8 app-crypt/libu2f-server: 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 app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild b/app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild
17 index a16820c036e..b90c56b3120 100644
18 --- a/app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild
19 +++ b/app-crypt/libu2f-server/libu2f-server-1.1.0.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=6
26 @@ -12,12 +12,11 @@ SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz"
27 LICENSE="BSD-2"
28 SLOT="0/0.1"
29 KEYWORDS="amd64 x86"
30 -IUSE="libressl static-libs test"
31 +IUSE="static-libs test"
32 RESTRICT="!test? ( test )"
33
34 RDEPEND="
35 - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
36 - libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
37 + dev-libs/openssl:0=[${MULTILIB_USEDEP}]
38 dev-libs/hidapi[${MULTILIB_USEDEP}]
39 dev-libs/json-c:=[${MULTILIB_USEDEP}]
40 "