diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 14:25:34 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:27 +0300 |
commit | 1e92e11c45e64ac3d317ccf811479a8cde34065e (patch) | |
tree | 0c45e11a86ebccceca7f8a1c7b249ffcb89208dd /app-crypt | |
parent | app-crypt/bsign: eapi bump (diff) | |
download | gentoo-1e92e11c45e64ac3d317ccf811479a8cde34065e.tar.gz gentoo-1e92e11c45e64ac3d317ccf811479a8cde34065e.tar.bz2 gentoo-1e92e11c45e64ac3d317ccf811479a8cde34065e.zip |
app-crypt/cardpeek: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 9 | ||||
-rw-r--r-- | app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 9 |
2 files changed, 8 insertions, 10 deletions
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" |