diff options
Diffstat (limited to 'app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild')
-rw-r--r-- | app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild | 5 |
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 e59d5748197..6c8eb77a509 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}] " |