diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 14:30:35 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:28 +0300 |
commit | 04de6788f5956823c71d616f6f4ae7dd85045c1c (patch) | |
tree | b8f50095ae898fbff15bb6850b04d11e9cecbcca /app-crypt/ccid | |
parent | app-crypt/cardpeek: eapi bump (diff) | |
download | gentoo-04de6788f5956823c71d616f6f4ae7dd85045c1c.tar.gz gentoo-04de6788f5956823c71d616f6f4ae7dd85045c1c.tar.bz2 gentoo-04de6788f5956823c71d616f6f4ae7dd85045c1c.zip |
app-crypt/ccid: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/ccid')
-rw-r--r-- | app-crypt/ccid/ccid-1.4.29.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 ) |