summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Ressel <aranea@aixah.de>2017-01-19 21:56:43 +0100
committerGöktürk Yüksek <gokturk@gentoo.org>2017-01-27 14:13:36 -0500
commit96092c3ed8dd300e3db02cd898cbc85f09f6065f (patch)
tree75e0529a69a220c81ebf40953c03766fb72f1cb7 /app-crypt
parentnet-misc/nicstat: new package (diff)
downloadgentoo-96092c3ed8dd300e3db02cd898cbc85f09f6065f.tar.gz
gentoo-96092c3ed8dd300e3db02cd898cbc85f09f6065f.tar.bz2
gentoo-96092c3ed8dd300e3db02cd898cbc85f09f6065f.zip
app-crypt/libu2f-server: Add libressl USE flag
In my tests, libu2f-server has worked fine with libressl; no patches are necessary.
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild5
1 files changed, 3 insertions, 2 deletions
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}]
"