app-crypt/ccid: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Sun, 23 Sep 2018 11:30:35 +0000 (14:30 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Thu, 27 Sep 2018 23:51:28 +0000 (02:51 +0300)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-crypt/ccid/ccid-1.4.29.ebuild

index cb96feb53855218d98814e24f304ccead7582672..55071f6006336ea4e5b2691deecf48b5a7e329e3 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit toolchain-funcs udev
 
@@ -16,8 +16,8 @@ IUSE="twinserial kobil-midentity +usb"
 
 RDEPEND=">=sys-apps/pcsc-lite-1.8.3
        usb? ( virtual/libusb:1 )"
-DEPEND="${RDEPEND}
-       kernel_linux? ( virtual/pkgconfig )"
+DEPEND="${RDEPEND}"
+BDEPEND="kernel_linux? ( virtual/pkgconfig )"
 
 DOCS=( README AUTHORS )