app-crypt/libu2f-server: Add libressl USE flag

In my tests, libu2f-server has worked fine with libressl; no patches are
necessary.
This commit is contained in:
Luis Ressel
2017-01-19 21:56:43 +01:00
committed by Göktürk Yüksek
parent 1af3bab44a
commit 96092c3ed8

View File

@@ -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}]
"