summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild')
-rw-r--r--app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild12
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"