Diff jal-0.4.62 with a jal-0.4.62-r1

/usr/portage/dev-embedded/jal/jal-0.4.62-r1.ebuild 2023-10-09 14:52:29.348368347 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5

  
6
inherit autotools
5 7

  
6 8
DESCRIPTION="A high-level language for Microchip PIC and Ubicom SX microcontrollers"
7 9
HOMEPAGE="https://jal.sourceforge.net/"
......
12 14
KEYWORDS="~amd64 ~x86"
13 15

  
14 16
S="${WORKDIR}/${PN}"
17

  
18
PATCHES=(
19
	"${FILESDIR}"/${PN}-0.4.62-fix-incompatible-integer-to-pointer-clang16.patch
20
)
21

  
22
src_prepare() {
23
	default
24
	eautoreconf
25
}
Thank you!