diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 15:09:29 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:31 +0300 |
commit | 11d811cef1e22f2417eb32c89eaac80d963322b1 (patch) | |
tree | 218b4091e197a1ecf2b94e297bbfef2b323e2a4d /app-crypt/libu2f-host | |
parent | app-crypt/johntheripper: eapi bump (diff) | |
download | gentoo-11d811cef1e22f2417eb32c89eaac80d963322b1.tar.gz gentoo-11d811cef1e22f2417eb32c89eaac80d963322b1.tar.bz2 gentoo-11d811cef1e22f2417eb32c89eaac80d963322b1.zip |
app-crypt/libu2f-host: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/libu2f-host')
-rw-r--r-- | app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild b/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild index 129a3f8c98c1..dacb7651b18d 100644 --- a/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild +++ b/app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit linux-info udev user @@ -14,13 +14,11 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="kernel_linux static-libs systemd" -RDEPEND=" - dev-libs/hidapi +DEPEND="dev-libs/hidapi dev-libs/json-c:=" -DEPEND="${RDEPEND} - virtual/pkgconfig" -RDEPEND="${RDEPEND} +RDEPEND="${DEPEND} systemd? ( sys-apps/systemd[acl] )" +BDEPEND="virtual/pkgconfig" CONFIG_CHECK="~HIDRAW" |