Diff libffi-3.4.4 with a libffi-3.4.4-r1

/usr/portage/dev-libs/libffi/libffi-3.4.4-r1.ebuild 2023-10-09 14:52:29.516368351 +0300
25 25
RESTRICT="!test? ( test )"
26 26
BDEPEND="test? ( dev-util/dejagnu )"
27 27

  
28
PATCHES=(
29
	"${FILESDIR}"/${P}-hppa-large-struct.patch
30
	"${FILESDIR}"/${P}-hppa-closure-function-ptrs.patch
31
	"${FILESDIR}"/${P}-hppa-jump-table.patch
32
)
33

  
28 34
src_prepare() {
29 35
	default
30 36

  
Thank you!