From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F32C1139085 for ; Sat, 4 Feb 2017 20:07:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 037CE21C0B2; Sat, 4 Feb 2017 20:07:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D252D21C0B2 for ; Sat, 4 Feb 2017 20:07:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECFD434162B for ; Sat, 4 Feb 2017 20:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09DC53DC9 for ; Sat, 4 Feb 2017 20:07:23 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1486238799.52b78cd082af008376d39eb1d521a58ceb0e94be.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/fcrackzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/fcrackzip/fcrackzip-1.0.ebuild X-VCS-Directories: app-crypt/fcrackzip/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 52b78cd082af008376d39eb1d521a58ceb0e94be X-VCS-Branch: master Date: Sat, 4 Feb 2017 20:07:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a8617314-5348-4836-85c1-e63bfa83e7cc X-Archives-Hash: b52bc9dcb15fb18a2b278e0ce624357c commit: 52b78cd082af008376d39eb1d521a58ceb0e94be Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Feb 4 19:44:42 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat Feb 4 20:06:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b78cd0 app-crypt/fcrackzip: eapi bump Package-Manager: portage-2.3.3 app-crypt/fcrackzip/fcrackzip-1.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild index 50c7c31..2bbc18a 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 }