public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/jal/
Date: Sun, 20 Aug 2023 09:33:23 +0000 (UTC)	[thread overview]
Message-ID: <1692523952.fe453a409dd2b034da85b391dcb8b7b8920bb573.ceamac@gentoo> (raw)

commit:     fe453a409dd2b034da85b391dcb8b7b8920bb573
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 09:25:53 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 09:32:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe453a40

dev-embedded/jal: fix clang-16 issue

Update EAPI 7 -> 8.
Add autoreconf to fix autoconf failure with clang-16.

Closes: https://bugs.gentoo.org/906345
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-embedded/jal/jal-0.4.62-r1.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-embedded/jal/jal-0.4.62-r1.ebuild b/dev-embedded/jal/jal-0.4.62-r1.ebuild
index efadbb6cadd9..92343e68b945 100644
--- a/dev-embedded/jal/jal-0.4.62-r1.ebuild
+++ b/dev-embedded/jal/jal-0.4.62-r1.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+inherit autotools
 
 DESCRIPTION="A high-level language for Microchip PIC and Ubicom SX microcontrollers"
 HOMEPAGE="https://jal.sourceforge.net/"
@@ -16,3 +18,8 @@ S="${WORKDIR}/${PN}"
 PATCHES=(
 	"${FILESDIR}"/${PN}-0.4.62-fix-incompatible-integer-to-pointer-clang16.patch
 )
+
+src_prepare() {
+	default
+	eautoreconf
+}


             reply	other threads:[~2023-08-20  9:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-20  9:33 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-08 11:23 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/jal/ Viorel Munteanu
2020-09-16 16:10 David Seifert
2019-10-04 21:35 Michał Górny
2017-03-23 20:53 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1692523952.fe453a409dd2b034da85b391dcb8b7b8920bb573.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox