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 B50DE158020 for ; Tue, 22 Nov 2022 04:09:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75627E0BDE; Tue, 22 Nov 2022 03:59:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5CBF1E0BDE for ; Tue, 22 Nov 2022 03:59:46 +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 9A2B43402D6 for ; Tue, 22 Nov 2022 03:59:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF464731 for ; Tue, 22 Nov 2022 03:59:43 +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: <1669089298.735772c723a0317600005941f538be3f35585c03.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/espresso-ab/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild sci-electronics/espresso-ab/espresso-ab-1.0-r3.ebuild X-VCS-Directories: sci-electronics/espresso-ab/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 735772c723a0317600005941f538be3f35585c03 X-VCS-Branch: master Date: Tue, 22 Nov 2022 03:59:43 +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: 1808a49f-2d5c-4aad-8195-5bb67ba9346f X-Archives-Hash: 7bc8ca257fdbdec2fd825e9a2df04c9d commit: 735772c723a0317600005941f538be3f35585c03 Author: Sam James gentoo org> AuthorDate: Tue Nov 22 03:54:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 22 03:54:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735772c7 sci-electronics/espresso-ab: fix configure w/ clang 16 Closes: https://bugs.gentoo.org/879757 Signed-off-by: Sam James gentoo.org> ...{espresso-ab-1.0-r2.ebuild => espresso-ab-1.0-r3.ebuild} | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0-r3.ebuild similarity index 75% rename from sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild rename to sci-electronics/espresso-ab/espresso-ab-1.0-r3.ebuild index cd0bd9019c95..2937cb028c81 100644 --- a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild +++ b/sci-electronics/espresso-ab/espresso-ab-1.0-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit flag-o-matic +inherit autotools flag-o-matic DESCRIPTION="POSIX compliant version of the espresso logic minimization tool" HOMEPAGE="http://www.cs.man.ac.uk/apt/projects/balsa/" @@ -13,6 +13,13 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" +src_prepare() { + default + + # Clang 16 + eautoreconf +} + src_configure() { append-cflags "-std=gnu89" default