diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-11-14 22:46:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-14 22:46:51 +0100 |
commit | b30b3878a97b635212004fa184eceed00a0ba5d5 (patch) | |
tree | bed93cc4db925b4911f6e5921179d529848e8c5f /app-crypt | |
parent | dev-python/loky: Skip high_memory tests (diff) | |
download | gentoo-b30b3878a97b635212004fa184eceed00a0ba5d5.tar.gz gentoo-b30b3878a97b635212004fa184eceed00a0ba5d5.tar.bz2 gentoo-b30b3878a97b635212004fa184eceed00a0ba5d5.zip |
app-crypt/cardpeek: update icon cache
Closes: https://bugs.gentoo.org/748888
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/cardpeek/cardpeek-0.8.4.ebuild | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild index 9148963c4c4a..92e53c5466c4 100644 --- a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild +++ b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit xdg + DESCRIPTION="Tool to read the contents of smartcards" HOMEPAGE="http://pannetrat.com/Cardpeek" SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" diff --git a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild index f3a3ade8f3b0..7845cde99bb1 100644 --- a/app-crypt/cardpeek/cardpeek-0.8.4.ebuild +++ b/app-crypt/cardpeek/cardpeek-0.8.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 LUA_COMPAT=( lua5-2 ) -inherit lua-single +inherit lua-single xdg DESCRIPTION="Tool to read the contents of smartcards" HOMEPAGE="http://pannetrat.com/Cardpeek" |