From 11d811cef1e22f2417eb32c89eaac80d963322b1 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sun, 23 Sep 2018 15:09:29 +0300 Subject: app-crypt/libu2f-host: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild') 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" -- cgit v1.2.3-65-gdbad