diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-03-10 12:38:38 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-03-10 12:38:38 +0100 |
commit | b537f9dd93095e739406cdec94dfe84df88010f7 (patch) | |
tree | 876c781037267688a654332e1b175d81d73fe395 /testing/tox | |
parent | 52ca51d675f16f650e2a8b9b31b3d4459a65646e (diff) | |
download | aports-b537f9dd93095e739406cdec94dfe84df88010f7.tar.bz2 aports-b537f9dd93095e739406cdec94dfe84df88010f7.tar.xz |
testing/tox: disable build for x86_64
Diffstat (limited to 'testing/tox')
-rw-r--r-- | testing/tox/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tox/APKBUILD b/testing/tox/APKBUILD index 261cc45412..892c4f0c1d 100644 --- a/testing/tox/APKBUILD +++ b/testing/tox/APKBUILD @@ -4,7 +4,7 @@ pkgname=tox pkgver=0.2052.d0e3712 pkgrel=1 pkgdesc='Free as in freedom Skype replacement' -arch=all +arch='x86' url='http://tox.im/' license='GPL3' makedepends='libsodium-dev libconfig-dev ffmpeg-dev opus-dev libvpx-dev |