From 1e92e11c45e64ac3d317ccf811479a8cde34065e Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sun, 23 Sep 2018 14:25:34 +0300 Subject: app-crypt/cardpeek: eapi bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 9 ++++----- app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'app-crypt/cardpeek') diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild index 9bae2cd41839..9148963c4c4a 100644 --- a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild +++ b/app-crypt/cardpeek/cardpeek-0.7.2.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 DESCRIPTION="Tool to read the contents of smartcards" HOMEPAGE="http://pannetrat.com/Cardpeek" @@ -17,6 +17,5 @@ RDEPEND=">=x11-libs/gtk+-2.12:2 dev-lang/lua:0 !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild index e7fbff7caac9..ad134c9f6598 100644 --- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild +++ b/app-crypt/cardpeek/cardpeek-0.8.4.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 DESCRIPTION="Tool to read the contents of smartcards" HOMEPAGE="http://pannetrat.com/Cardpeek" @@ -18,6 +18,5 @@ RDEPEND="sys-apps/pcsc-lite net-misc/curl !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" -- cgit v1.2.3-65-gdbad