aboutsummaryrefslogtreecommitdiffstats
path: root/testing/numactl
diff options
context:
space:
mode:
authorDaniel Sabogal <dsabogalcc@gmail.com>2017-09-12 15:48:30 -0400
committerDaniel Sabogal <dsabogalcc@gmail.com>2017-09-12 15:54:38 -0400
commita26ff41439ab61518459293c7aa8b4c96d828d31 (patch)
tree17fdf794ede40a03045350cfee314a77a4e421ef /testing/numactl
parent49be66a34cdae73c8fadcdf7fe34d2bb8e146578 (diff)
downloadaports-a26ff41439ab61518459293c7aa8b4c96d828d31.tar.bz2
aports-a26ff41439ab61518459293c7aa8b4c96d828d31.tar.xz
testing/numactl: enable for other archs
Diffstat (limited to 'testing/numactl')
-rw-r--r--testing/numactl/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/numactl/APKBUILD b/testing/numactl/APKBUILD
index 646e0a8edf..5694a10a49 100644
--- a/testing/numactl/APKBUILD
+++ b/testing/numactl/APKBUILD
@@ -1,10 +1,11 @@
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=numactl
pkgver=2.0.11
-pkgrel=1
+pkgrel=2
pkgdesc="Simple NUMA policy support"
url="http://oss.sgi.com/projects/libnuma/"
-arch="x86 x86_64"
+# ARM lacks the __NR_migrate_pages syscall
+arch="all !armhf"
license="GPL2 LGPL2"
depends=""
makedepends="linux-headers"