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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94A87158020 for ; Wed, 19 Oct 2022 02:44:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D542BE0858; Wed, 19 Oct 2022 02:44:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7E80E0858 for ; Wed, 19 Oct 2022 02:44:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8CB0340D33 for ; Wed, 19 Oct 2022 02:44:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28BEA602 for ; Wed, 19 Oct 2022 02:44:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1666147463.9b691f1c8dc6cd99b2048abc5e4a5a6dd0f51f98.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9b691f1c8dc6cd99b2048abc5e4a5a6dd0f51f98 X-VCS-Branch: master Date: Wed, 19 Oct 2022 02:44:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b9f76166-fd84-4759-b277-198c0baa6dd1 X-Archives-Hash: 5bc20138e8c10f666e0a6e0552ac3f86 commit: 9b691f1c8dc6cd99b2048abc5e4a5a6dd0f51f98 Author: Sam James gentoo org> AuthorDate: Wed Oct 19 02:44:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 19 02:44:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b691f1c app-crypt/fcrackzip: fix build w/ Clang 16 Closes: https://bugs.gentoo.org/874951 Signed-off-by: Sam James gentoo.org> app-crypt/fcrackzip/fcrackzip-1.0.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild index 696cdae5bdf0..be7a5a2cff1a 100644 --- a/app-crypt/fcrackzip/fcrackzip-1.0.ebuild +++ b/app-crypt/fcrackzip/fcrackzip-1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -DESCRIPTION="a zip password cracker" +DESCRIPTION="Zip password cracker" HOMEPAGE="http://oldhome.schmorp.de/marc/fcrackzip.html" SRC_URI="http://oldhome.schmorp.de/marc/data/${P}.tar.gz" @@ -13,6 +13,10 @@ KEYWORDS="~amd64 ~x86" RDEPEND="app-arch/unzip" +PATCHES=( + "${FILESDIR}"/${PN}-1.0-Fix-Wimplicit-int.patch +) + src_prepare() { default sed -i -e '/funroll/d' configure || die