commit: 5d31c2324291940deaecdcde6a7d10e8a2cc7e0b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 21 07:52:52 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 21 07:53:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d31c232
sys-process/numactl: fix typo in comment Bug: https://bugs.gentoo.org/906539 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-process/numactl/numactl-2.0.16-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-process/numactl/numactl-2.0.16-r1.ebuild b/sys-process/numactl/numactl-2.0.16-r1.ebuild index a39bb8f7095b..2bc5e5c51dfe 100644 --- a/sys-process/numactl/numactl-2.0.16-r1.ebuild +++ b/sys-process/numactl/numactl-2.0.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,8 +21,8 @@ IUSE="static-libs" PATCHES=( "${FILESDIR}"/${PN}-2.0.14-numademo-cflags.patch # bug #540856 - "${FILESDIR}"/${PN}-2.0.16-replace-stat64-with-normal-functions.patch # bug #540856 - "${FILESDIR}"/${PN}-2.0.16-configure-check-for-largefile-support.patch # bug #540856 + "${FILESDIR}"/${PN}-2.0.16-replace-stat64-with-normal-functions.patch # bug #906539 + "${FILESDIR}"/${PN}-2.0.16-configure-check-for-largefile-support.patch # bug #906539 ) src_prepare() {
