Diff numactl-2.0.16-r1 with a numactl-2.0.19

/usr/portage/sys-process/numactl/numactl-2.0.19.ebuild 2025-02-03 17:39:35.946678051 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
20 20
IUSE="static-libs"
21 21

  
22 22
PATCHES=(
23
	"${FILESDIR}"/${PN}-2.0.14-numademo-cflags.patch # bug #540856
24
	"${FILESDIR}"/${PN}-2.0.16-replace-stat64-with-normal-functions.patch # bug #906539
25
	"${FILESDIR}"/${PN}-2.0.16-configure-check-for-largefile-support.patch # bug #906539
23
	"${FILESDIR}"/${PN}-2.0.18-numademo-cflags.patch # bug #540856
26 24
)
27 25

  
28 26
src_prepare() {
Thank you!