diff options
Diffstat (limited to 'app-crypt/fcrackzip')
-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 } |