diff options
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild | 4 |
1 files changed, 2 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 803c78639a95..823be1308e3d 100644 --- a/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild +++ b/app-crypt/libu2f-server/libu2f-server-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ RDEPEND=" !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) dev-libs/hidapi[${MULTILIB_USEDEP}] - dev-libs/json-c[${MULTILIB_USEDEP}] + dev-libs/json-c:=[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND} virtual/pkgconfig |