app-crypt/libu2f-host: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Sun, 23 Sep 2018 12:09:29 +0000 (15:09 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Thu, 27 Sep 2018 23:51:31 +0000 (02:51 +0300)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-crypt/libu2f-host/libu2f-host-1.1.3.ebuild

index 129a3f8c98c157499e2256cc3fd8b120d0c020df..dacb7651b18dfe6c03e465f860f3bf1ff7743b88 100644 (file)
@@ -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"