diff options
Diffstat (limited to 'testing/numactl/APKBUILD')
-rw-r--r-- | testing/numactl/APKBUILD | 5 |
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" |