Diff isa-l-2.32.0 with a isa-l-2.32.1

/usr/portage/dev-libs/isa-l/isa-l-2.32.1.ebuild 2026-08-11 20:03:04.684794423 +0300
12 12
LICENSE="BSD"
13 13
SLOT="0"
14 14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
15
IUSE="tools"
15 16

  
16 17
BDEPEND="
17 18
	amd64? ( || (
......
40 41
	eautoreconf
41 42
}
42 43

  
44
src_configure() {
45
	local myconf=(
46
		$(use_enable tools programs)
47
	)
48
	econf "${myconf[@]}"
49
}
50

  
43 51
src_compile() {
44 52
	unset ARCH
45 53
	default
Thank you!