summaryrefslogtreecommitdiff
path: root/sci-electronics/espresso-ab
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-22 07:05:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-22 07:05:54 +0000
commit13ec12ad28bc2ce6e2902be1d571befcca2b3f60 (patch)
tree7c606c326ffa4095258ba77370fe2cad7aff49a8 /sci-electronics/espresso-ab
parentb7819d03d7312d3d8d12b49738aa417f35f6e18a (diff)
gentoo auto-resync : 22:11:2022 - 07:05:54
Diffstat (limited to 'sci-electronics/espresso-ab')
-rw-r--r--sci-electronics/espresso-ab/Manifest2
-rw-r--r--sci-electronics/espresso-ab/espresso-ab-1.0-r3.ebuild (renamed from sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild)13
2 files changed, 11 insertions, 4 deletions
diff --git a/sci-electronics/espresso-ab/Manifest b/sci-electronics/espresso-ab/Manifest
index 73327dd75422..0aff305055e7 100644
--- a/sci-electronics/espresso-ab/Manifest
+++ b/sci-electronics/espresso-ab/Manifest
@@ -1,3 +1,3 @@
DIST espresso-ab-1.0.tar.gz 146662 BLAKE2B 216a32ba234d1410ec1a391231700fd9846dc1ee7beda126d5221ae41967810ebf55d4b9fa6e74162d466c1e51a766bb24acb3cc32252cfebedaafd7a9f1aa13 SHA512 360bdf3c9d2cc552e9af6e9e0ac543e96c496f182a1f8eadf8925aed878425a158a10672feaa50e970c0df5fe7a754b0c7496c5d7f6f729b27f34a7cdf0ca12f
-EBUILD espresso-ab-1.0-r2.ebuild 460 BLAKE2B 0b0a91b45422977d988b95912d59060ab331896fd6cd434836c12ac3b065c52cc0c9a5f48fe037708b4ee81d0b70dd202ae035681172743088b896a5e9803ca5 SHA512 b4bf656fb67f1163e7a842c0687720731b99c8242d6c3c73e9b0e9d4717a8383b54945b31d176227a8672c7edf3c9857d1747f6937ef8bc1bdc8f20510df15a2
+EBUILD espresso-ab-1.0-r3.ebuild 524 BLAKE2B 419b33cdbb4897b7affda1c67171b5f4af5468944cdace77dcdd859d7214709b6ec99d057afdfc65b6d02da1798c2d7bd98726477a1bd9c501cf9e00fe20e509 SHA512 ce7ea1dc51bb8b460dcd0a222b7af14d2937830b46b9f0fa9ada0cea943a0df7d4de35a5e3f2bb461120f4eafe4dbe79340af7cdd19a0a918d3a626f3a3c58d1
MISC metadata.xml 276 BLAKE2B 9d8b67ed1b8366fcfac372b052f5cb4f1de2f6e5a854be1a970adb10fc7a1714c8090068e7fc767eeef22956db5b9d9ea03d46dbc4a5fad48ea07ebb47c86813 SHA512 078215df3a759c8b6ca887b906d07f4c0407b119e30d99bb57d4539229eb423b985461e16775bd3d3f135f3980b0f5aade757fc63bbc8e41a5ecf9f2da37c5ae
diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0-r2.ebuild b/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