summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-26 18:45:17 +0000
committerSam James <sam@gentoo.org>2021-03-26 18:45:17 +0000
commit6143613086b2e0477bc76dd226d2bc07dd9e1a7c (patch)
tree68f20e43efecf625baf92a992e4f3b27f2d64b28 /sys-process/numactl
parentapp-arch/tar: Stabilize 1.34 arm64, #777729 (diff)
downloadgentoo-6143613086b2e0477bc76dd226d2bc07dd9e1a7c.tar.gz
gentoo-6143613086b2e0477bc76dd226d2bc07dd9e1a7c.tar.bz2
gentoo-6143613086b2e0477bc76dd226d2bc07dd9e1a7c.zip
sys-process/numactl: Stabilize 2.0.14 arm64, #777816
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/numactl')
-rw-r--r--sys-process/numactl/numactl-2.0.14.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/numactl/numactl-2.0.14.ebuild b/sys-process/numactl/numactl-2.0.14.ebuild
index 18622d3a9f1c..ded858f7c55e 100644
--- a/sys-process/numactl/numactl-2.0.14.ebuild
+++ b/sys-process/numactl/numactl-2.0.14.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == 9999 ]] ; then
else
SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz"
# ARM lacks the __NR_migrate_pages syscall.
- KEYWORDS="~alpha amd64 -arm ~arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux"
+ KEYWORDS="~alpha amd64 -arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux"
fi
LICENSE="GPL-2"