From: Luis Ressel Date: Thu, 19 Jan 2017 20:56:43 +0000 (+0100) Subject: app-crypt/libu2f-server: Add libressl USE flag X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=96092c3ed8dd300e3db02cd898cbc85f09f6065f;p=gentoo.git app-crypt/libu2f-server: Add libressl USE flag In my tests, libu2f-server has worked fine with libressl; no patches are necessary. --- diff --git a/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild b/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild index e59d5748197f..6c8eb77a5095 100644 --- a/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild +++ b/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild @@ -13,10 +13,11 @@ SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.xz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="static-libs test" +IUSE="libressl static-libs test" RDEPEND=" - dev-libs/openssl:0=[${MULTILIB_USEDEP}] + !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) dev-libs/hidapi[${MULTILIB_USEDEP}] dev-libs/json-c[${MULTILIB_USEDEP}] "