From: Alon Bar-Lev Date: Sat, 4 Feb 2017 19:44:42 +0000 (+0200) Subject: app-crypt/fcrackzip: eapi bump X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=52b78cd082af008376d39eb1d521a58ceb0e94be;p=gentoo.git app-crypt/fcrackzip: eapi bump Package-Manager: portage-2.3.3 --- 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 }