diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 15:40:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 15:41:23 +0300 |
commit | d914d3b10fa013b6dc697f43b29f4ea215847f93 (patch) | |
tree | 850311ea6a34458acfee9a9c32964cda0536e322 /app-crypt/libu2f-server | |
parent | dev-python/boto3: Bump to 1.17.61 (diff) | |
download | gentoo-d914d3b10fa013b6dc697f43b29f4ea215847f93.tar.gz gentoo-d914d3b10fa013b6dc697f43b29f4ea215847f93.tar.bz2 gentoo-d914d3b10fa013b6dc697f43b29f4ea215847f93.zip |
app-crypt/libu2f-server: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-crypt/libu2f-server')
-rw-r--r-- | app-crypt/libu2f-server/libu2f-server-1.1.0.ebuild | 7 |
1 files 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 a16820c036ea..b90c56b31204 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}] " |