diff options
Diffstat (limited to 'testing/numactl/APKBUILD')
-rw-r--r-- | testing/numactl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/numactl/APKBUILD b/testing/numactl/APKBUILD index 21b0d04286..c991384689 100644 --- a/testing/numactl/APKBUILD +++ b/testing/numactl/APKBUILD @@ -5,7 +5,7 @@ pkgrel=3 pkgdesc="Simple NUMA policy support" url="https://github.com/numactl/numactl" # ARM lacks the __NR_migrate_pages syscall -arch="all !armhf" +arch="all !armhf !armv7" license="GPL-2.0 LGPL-2.0" makedepends="autoconf automake libtool linux-headers" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" |