diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-18 09:13:17 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-18 09:13:17 +0100 |
commit | 2b81d05b2a5441489850bfa52acd4cad44a37690 (patch) | |
tree | e477bf741bee170151c9b07638b5c872f821a7b1 | |
parent | 92f36ef9fba17935891ee6e2e8114f142636424f (diff) | |
download | aports-2b81d05b2a5441489850bfa52acd4cad44a37690.tar.bz2 aports-2b81d05b2a5441489850bfa52acd4cad44a37690.tar.xz |
testing/criu: user-space and kernel changes are only available for x86_64 and arm32
-rw-r--r-- | testing/criu/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/criu/APKBUILD b/testing/criu/APKBUILD index ad04c0369c..fce763ba29 100644 --- a/testing/criu/APKBUILD +++ b/testing/criu/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.8 pkgrel=0 pkgdesc="A Checkpoint/Restore utility for Linux in Userspace" url="http://criu.org" -arch="all" +arch="x86_64 armhf" license="GPL2" makedepends="xmlto asciidoc python protobuf-c-dev protobuf-dev libaio-dev libnl3-dev py-protobuf libcap-dev" |