summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-07-24 12:04:37 +0300
committerMart Raudsepp <leio@gentoo.org>2018-07-24 12:41:33 +0300
commitcbf1c1e400b534a5b3720cfc1b50e39f69ccafed (patch)
tree6188968758d9c8b646d026e59073e8868f036e77 /sys-process
parentx11-libs/libpciaccess-0.14: arm64 stable (diff)
downloadgentoo-cbf1c1e400b534a5b3720cfc1b50e39f69ccafed.tar.gz
gentoo-cbf1c1e400b534a5b3720cfc1b50e39f69ccafed.tar.bz2
gentoo-cbf1c1e400b534a5b3720cfc1b50e39f69ccafed.zip
sys-process/numactl-2.0.12: arm64 stable
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/numactl/numactl-2.0.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/numactl/numactl-2.0.12.ebuild b/sys-process/numactl/numactl-2.0.12.ebuild
index 312ab570210b..382d2e6496e8 100644
--- a/sys-process/numactl/numactl-2.0.12.ebuild
+++ b/sys-process/numactl/numactl-2.0.12.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="~amd64 -arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux"
+ KEYWORDS="~amd64 -arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux"
fi
LICENSE="GPL-2"