From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1453371-garchives=archives.gentoo.org@lists.gentoo.org> 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 87FF9158020 for <garchives@archives.gentoo.org>; Fri, 4 Nov 2022 02:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D2AAE08CA; Fri, 4 Nov 2022 02:24:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60E6EE08CA for <gentoo-commits@lists.gentoo.org>; Fri, 4 Nov 2022 02:24:20 +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 4359C341448 for <gentoo-commits@lists.gentoo.org>; Fri, 4 Nov 2022 02:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BB385BE for <gentoo-commits@lists.gentoo.org>; Fri, 4 Nov 2022 02:24:17 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1667528535.5d06aa4c9b99bd1bcbbd8cedeb0a3ca54335905b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/zip/zip-3.0-r5.ebuild app-arch/zip/zip-3.0-r6.ebuild X-VCS-Directories: app-arch/zip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5d06aa4c9b99bd1bcbbd8cedeb0a3ca54335905b X-VCS-Branch: master Date: Fri, 4 Nov 2022 02:24:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 120095ab-1879-4198-80ff-5a7bcf98b2e1 X-Archives-Hash: 768c5b194acb80ab5230c7d02020ef17 commit: 5d06aa4c9b99bd1bcbbd8cedeb0a3ca54335905b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Nov 4 01:12:37 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Nov 4 02:22:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d06aa4c app-arch/zip: build with gnu89 Lots of dodgy prototypes. Signed-off-by: Sam James <sam <AT> gentoo.org> app-arch/zip/{zip-3.0-r5.ebuild => zip-3.0-r6.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-arch/zip/zip-3.0-r5.ebuild b/app-arch/zip/zip-3.0-r6.ebuild similarity index 98% rename from app-arch/zip/zip-3.0-r5.ebuild rename to app-arch/zip/zip-3.0-r6.ebuild index 09244c8b2bb6..ebb7fe06e4b4 100644 --- a/app-arch/zip/zip-3.0-r5.ebuild +++ b/app-arch/zip/zip-3.0-r6.ebuild @@ -38,6 +38,8 @@ src_prepare() { } src_configure() { + append-flags -std=gnu89 + append-cppflags \ -DLARGE_FILE_SUPPORT \ -DUIDGID_NOT_16BIT \