From: Alon Bar-Lev Date: Sun, 23 Sep 2018 11:30:35 +0000 (+0300) Subject: app-crypt/ccid: eapi bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=04de6788f5956823c71d616f6f4ae7dd85045c1c;p=gentoo.git app-crypt/ccid: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/app-crypt/ccid/ccid-1.4.29.ebuild b/app-crypt/ccid/ccid-1.4.29.ebuild index cb96feb53855..55071f600633 100644 --- a/app-crypt/ccid/ccid-1.4.29.ebuild +++ b/app-crypt/ccid/ccid-1.4.29.ebuild @@ -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 )