Diff exfatprogs-1.4.2 with a exfatprogs-1.4.3

/usr/portage/sys-fs/exfatprogs/exfatprogs-1.4.3.ebuild 2026-09-22 20:03:05.265150662 +0300
24 24

  
25 25
LICENSE="GPL-2"
26 26
SLOT="0"
27
IUSE="test"
28
RESTRICT="!test? ( test )"
27 29

  
28 30
RDEPEND="
29 31
	!sys-fs/exfat-utils
......
42 44
}
43 45

  
44 46
src_configure() {
45
	# bash for https://github.com/exfatprogs/exfatprogs/pull/372
46
	CONFIG_SHELL="${BROOT}"/bin/bash econf
47
	# https://github.com/exfatprogs/exfatprogs/issues/391 wrt tests
48
	econf $(use_enable test tests)
47 49
}
Thank you!