summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-16 11:02:04 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-16 11:36:29 +0200
commitff587fa320411ce9cd05a8d84a82ec82489e9c70 (patch)
tree842521a9f0310ad253d6fbbc293b0ef16642ef83 /sys-process
parentmedia-libs/x265: keyword ~arm64 (diff)
downloadgentoo-ff587fa320411ce9cd05a8d84a82ec82489e9c70.tar.gz
gentoo-ff587fa320411ce9cd05a8d84a82ec82489e9c70.tar.bz2
gentoo-ff587fa320411ce9cd05a8d84a82ec82489e9c70.zip
sys-process/numactl: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/numactl/numactl-2.0.11-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/numactl/numactl-2.0.11-r1.ebuild b/sys-process/numactl/numactl-2.0.11-r1.ebuild
index 989202068e2f..ff96a5ace1b1 100644
--- a/sys-process/numactl/numactl-2.0.11-r1.ebuild
+++ b/sys-process/numactl/numactl-2.0.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -12,7 +12,7 @@ SRC_URI="ftp://oss.sgi.com/www/projects/libnuma/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
# ARM lacks the __NR_migrate_pages syscall.
-KEYWORDS="~amd64 -arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 -arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux"
IUSE="static-libs"
src_prepare() {