diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-19 22:28:19 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-19 22:44:31 +0100 |
commit | e390a74bb333eaa7cfaf9a05c77a8f4f8b5efce7 (patch) | |
tree | 7526ed7c6e1e6c765458a56db9a734861e7ef4be /app-crypt/libu2f-server | |
parent | app-crypt/libu2f-host: Add subslot operator on dev-libs/json-c atom (diff) | |
download | gentoo-e390a74bb333eaa7cfaf9a05c77a8f4f8b5efce7.tar.gz gentoo-e390a74bb333eaa7cfaf9a05c77a8f4f8b5efce7.tar.bz2 gentoo-e390a74bb333eaa7cfaf9a05c77a8f4f8b5efce7.zip |
app-crypt/libu2f-server: Add subslot operator on dev-libs/json-c atom
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-crypt/libu2f-server')
-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 |