Skip to content

Commit

Permalink
app-crypt/libu2f-server: Add libressl USE flag
Browse files Browse the repository at this point in the history
In my tests, libu2f-server has worked fine with libressl; no patches are
necessary.
  • Loading branch information
atlaua authored and gktrk committed Jan 27, 2017
1 parent 1af3bab commit 96092c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
"
Expand Down

0 comments on commit 96092c3

Please sign in to comment.