diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 01:20:37 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 03:30:48 +0200 |
commit | e064bc90dc6b6850edf22f4de0cc9ff60a4cee33 (patch) | |
tree | 88a18412d86b8012d6ce3024c5470d0d53d85664 /app-crypt/cardpeek | |
parent | app-crypt/hmaccalc: eapi bump (diff) | |
download | gentoo-e064bc90dc6b6850edf22f4de0cc9ff60a4cee33.tar.gz gentoo-e064bc90dc6b6850edf22f4de0cc9ff60a4cee33.tar.bz2 gentoo-e064bc90dc6b6850edf22f4de0cc9ff60a4cee33.zip |
app-crypt/cardpeek: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/cardpeek')
-rw-r--r-- | app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 7 | ||||
-rw-r--r-- | app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild index 41d223df721d..cda1081ecb70 100644 --- a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild +++ b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils @@ -17,8 +17,7 @@ IUSE="libressl" RDEPEND=">=x11-libs/gtk+-2.12:2 sys-apps/pcsc-lite - =dev-lang/lua-5.1* - dev-libs/openssl + dev-lang/lua:0 !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )" diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild index 116af8d7d14a..45877d3ac345 100644 --- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild +++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 - -inherit eutils +EAPI=6 DESCRIPTION="Tool to read the contents of smartcards" HOMEPAGE="http://pannetrat.com/Cardpeek" |