summaryrefslogtreecommitdiffstats
path: root/main/spice
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-12-03 07:13:44 +0000
committerTimo Teräs <timo.teras@iki.fi>2014-12-03 07:13:44 +0000
commit0f2d95f686781dada2364d59fb26e1accc273354 (patch)
tree644d052429815ea9316335edbe6aa0f7f8f9144b /main/spice
parent55bb424e747f0059bdf229e85deb29bae537ba75 (diff)
downloadaports-0f2d95f686781dada2364d59fb26e1accc273354.tar.bz2
aports-0f2d95f686781dada2364d59fb26e1accc273354.tar.xz
main/spice: disable build on arm
there's inline assembly for x86/x86_64 in several places.
Diffstat (limited to 'main/spice')
-rw-r--r--main/spice/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/spice/APKBUILD b/main/spice/APKBUILD
index 30b559ef0..f3a04e250 100644
--- a/main/spice/APKBUILD
+++ b/main/spice/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.12.5
pkgrel=0
pkgdesc="Implements the SPICE protocol"
url="http://www.spice-space.org/"
-arch="all"
+arch="x86 x86_64"
license="LGPLv2+"
depends=""
depends_dev="spice-protocol pixman-dev celt051-dev openssl-dev libxinerama-dev"