From d2842bbd019aa10cd6c6ebedf1df89f6f25a072b Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sun, 23 Sep 2018 23:20:55 +0300 Subject: sys-apps/ifd-gempc: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- sys-apps/ifd-gempc/ifd-gempc-1.0.7.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'sys-apps') diff --git a/sys-apps/ifd-gempc/ifd-gempc-1.0.7.ebuild b/sys-apps/ifd-gempc/ifd-gempc-1.0.7.ebuild index 7f79a7f93797..2ce84f5f3eae 100644 --- a/sys-apps/ifd-gempc/ifd-gempc-1.0.7.ebuild +++ b/sys-apps/ifd-gempc/ifd-gempc-1.0.7.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 toolchain-funcs @@ -14,11 +14,13 @@ SRC_URI="http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/${P}.tar.gz" IUSE="" RDEPEND=">=sys-apps/pcsc-lite-1.2.9_beta7 virtual/libusb:0" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" DOCS=( - README README.410 README.430 + README + README.410 + README.430 ) src_compile() { -- cgit v1.2.3-65-gdbad