app-crypt/fcrackzip: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 19:44:42 +0000 (21:44 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 20:06:39 +0000 (22:06 +0200)
Package-Manager: portage-2.3.3

app-crypt/fcrackzip/fcrackzip-1.0.ebuild

index 50c7c310ac07c4c514d39f67b6b212ee18a3a10a..2bbc18a02c73bd7606bb86bebfbe02ee714e1bd5 100644 (file)
@@ -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
 }