diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 21:44:42 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-04 22:06:39 +0200 |
commit | 52b78cd082af008376d39eb1d521a58ceb0e94be (patch) | |
tree | fe0d1cc803cedb28798644f6c893b583bd126e68 /app-crypt | |
parent | app-crypt/pius: eapi bump (diff) | |
download | gentoo-52b78cd082af008376d39eb1d521a58ceb0e94be.tar.gz gentoo-52b78cd082af008376d39eb1d521a58ceb0e94be.tar.bz2 gentoo-52b78cd082af008376d39eb1d521a58ceb0e94be.zip |
app-crypt/fcrackzip: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/fcrackzip/fcrackzip-1.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild index 50c7c310ac07..2bbc18a02c73 100644 --- a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild +++ b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="a zip password cracker" HOMEPAGE="http://oldhome.schmorp.de/marc/fcrackzip.html" @@ -17,6 +17,7 @@ RDEPEND="app-arch/unzip" DEPEND="" src_prepare() { + default sed -i -e '/funroll/d' configure || die } |