commit:     735772c723a0317600005941f538be3f35585c03
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 03:54:58 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to