diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 14:45:11 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:29 +0300 |
commit | f3bd4f2f4a0408b55e5b028e73bbf8c458d2fe22 (patch) | |
tree | f477265db31cb5f0a0d315ddbc83e570f924cf78 /app-crypt | |
parent | app-crypt/dieharder: eapi bump (diff) | |
download | gentoo-f3bd4f2f4a0408b55e5b028e73bbf8c458d2fe22.tar.gz gentoo-f3bd4f2f4a0408b55e5b028e73bbf8c458d2fe22.tar.bz2 gentoo-f3bd4f2f4a0408b55e5b028e73bbf8c458d2fe22.zip |
app-crypt/fcrackzip: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/fcrackzip/fcrackzip-1.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild index a874133ce6a6..696cdae5bdf0 100644 --- a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild +++ b/app-crypt/fcrackzip/fcrackzip-1.0.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="a zip password cracker" HOMEPAGE="http://oldhome.schmorp.de/marc/fcrackzip.html" @@ -10,10 +10,8 @@ SRC_URI="http://oldhome.schmorp.de/marc/data/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="app-arch/unzip" -DEPEND="" src_prepare() { default |