mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
committed by
Göktürk Yüksek
parent
1af3bab44a
commit
96092c3ed8
@@ -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}]
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user