commit:     d914d3b10fa013b6dc697f43b29f4ea215847f93
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 12:40:38 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 12:41:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d914d3b1

app-crypt/libu2f-server: remove libressl support

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

 app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild 
b/app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild
index a16820c036e..b90c56b3120 100644
--- a/app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild
+++ b/app-crypt/libu2f-server/libu2f-server-1.1.0.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
@@ -12,12 +12,11 @@ 
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz";
 LICENSE="BSD-2"
 SLOT="0/0.1"
 KEYWORDS="amd64 x86"
-IUSE="libressl static-libs test"
+IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-       !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
-       libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+       dev-libs/openssl:0=[${MULTILIB_USEDEP}]
        dev-libs/hidapi[${MULTILIB_USEDEP}]
        dev-libs/json-c:=[${MULTILIB_USEDEP}]
 "

Reply via email to