diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-09-24 15:41:12 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-09-24 15:41:12 +0200 |
commit | 4e6b42228481a76b14fa82f6a57d555e44113b99 (patch) | |
tree | cbb32fe95ea425fae27193f43d7f6ba5355a66dc /testing | |
parent | 7c054e680a155b2680e8435a2f35b6a4bb939f90 (diff) | |
download | aports-4e6b42228481a76b14fa82f6a57d555e44113b99.tar.bz2 aports-4e6b42228481a76b14fa82f6a57d555e44113b99.tar.xz |
testing/lxd: disable on x86
Diffstat (limited to 'testing')
-rw-r--r-- | testing/lxd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lxd/APKBUILD b/testing/lxd/APKBUILD index 732fbc9620..8cebf08867 100644 --- a/testing/lxd/APKBUILD +++ b/testing/lxd/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.18 pkgrel=0 pkgdesc="a container hypervisor and a new user experience for LXC" url="https://linuxcontainers.org/lxd/" -arch="all" +arch="x86_64 armhf" license="Apache-2.0" depends="acl xz netcat-openbsd" depends_dev="" |