summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-21 07:52:52 +0000
committerSam James <sam@gentoo.org>2024-02-21 07:53:03 +0000
commit5d31c2324291940deaecdcde6a7d10e8a2cc7e0b (patch)
tree16c5481efdfbbeaeb42ffdd0f66da9b98ef7d71a /sys-process
parentsys-process/numactl: add 2.0.18 (diff)
downloadgentoo-5d31c2324291940deaecdcde6a7d10e8a2cc7e0b.tar.gz
gentoo-5d31c2324291940deaecdcde6a7d10e8a2cc7e0b.tar.bz2
gentoo-5d31c2324291940deaecdcde6a7d10e8a2cc7e0b.zip
sys-process/numactl: fix typo in comment
Bug: https://bugs.gentoo.org/906539 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/numactl/numactl-2.0.16-r1.ebuild6
1 files 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() {