diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-10-13 16:45:12 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-10-13 18:47:37 +0200 |
commit | 24e3092b084ebd47b84cedbfee3217280c4db25a (patch) | |
tree | 87f81baa24c0e47ba3a3ab66ad3a521fb623dca4 /app-crypt | |
parent | dev-lua/toluapp: migrate to lua-single.eclass (diff) | |
download | gentoo-24e3092b084ebd47b84cedbfee3217280c4db25a.tar.gz gentoo-24e3092b084ebd47b84cedbfee3217280c4db25a.tar.bz2 gentoo-24e3092b084ebd47b84cedbfee3217280c4db25a.zip |
app-crypt/cardpeek: migrate to lua-single.eclass
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild index ad134c9f6598..f3a3ade8f3b0 100644 --- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild +++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild @@ -1,8 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +LUA_COMPAT=( lua5-2 ) + +inherit lua-single + DESCRIPTION="Tool to read the contents of smartcards" HOMEPAGE="http://pannetrat.com/Cardpeek" SRC_URI="http://downloads.pannetrat.com/install/${P}.tar.gz" @@ -12,8 +16,10 @@ SLOT="0" KEYWORDS="" IUSE="libressl" -RDEPEND="sys-apps/pcsc-lite - dev-lang/lua:5.2 +REQUIRED_USE="${LUA_REQUIRED_USE}" + +RDEPEND="${LUA_DEPS} + sys-apps/pcsc-lite x11-libs/gtk+:3 net-misc/curl !libressl? ( dev-libs/openssl:0= ) |