diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-09-12 15:48:30 -0400 |
---|---|---|
committer | Daniel Sabogal <dsabogalcc@gmail.com> | 2017-09-12 15:54:38 -0400 |
commit | a26ff41439ab61518459293c7aa8b4c96d828d31 (patch) | |
tree | 17fdf794ede40a03045350cfee314a77a4e421ef /testing | |
parent | 49be66a34cdae73c8fadcdf7fe34d2bb8e146578 (diff) | |
download | aports-a26ff41439ab61518459293c7aa8b4c96d828d31.tar.bz2 aports-a26ff41439ab61518459293c7aa8b4c96d828d31.tar.xz |
testing/numactl: enable for other archs
Diffstat (limited to 'testing')
-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" |