diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-12-03 07:13:44 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-12-03 07:13:44 +0000 |
commit | 0f2d95f686781dada2364d59fb26e1accc273354 (patch) | |
tree | 644d052429815ea9316335edbe6aa0f7f8f9144b /main | |
parent | 55bb424e747f0059bdf229e85deb29bae537ba75 (diff) | |
download | aports-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')
-rw-r--r-- | main/spice/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/spice/APKBUILD b/main/spice/APKBUILD index 30b559ef01..f3a04e2504 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" |