diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-12-03 21:18:53 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-12-03 21:18:53 +0200 |
commit | ed3aba6c5b35c11e2cadb4e2c3451111f58a6bcc (patch) | |
tree | 8e974ae84961c6e0a3fc1d712f69fbecceb618eb /main/spice | |
parent | 8095fdc37c38c6f1812e946a21064425540da5f9 (diff) | |
download | aports-ed3aba6c5b35c11e2cadb4e2c3451111f58a6bcc.tar.bz2 aports-ed3aba6c5b35c11e2cadb4e2c3451111f58a6bcc.tar.xz |
main/spice: re-enable on arm
Diffstat (limited to 'main/spice')
-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 ced05a368a..5feb8e67ce 100644 --- a/main/spice/APKBUILD +++ b/main/spice/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.12.5 pkgrel=1 pkgdesc="Implements the SPICE protocol" url="http://www.spice-space.org/" -arch="x86 x86_64" +arch="all" license="LGPLv2+" depends="" depends_dev="spice-protocol pixman-dev celt051-dev openssl-dev libxinerama-dev" |