diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-03-10 12:38:49 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-03-10 12:38:49 +0100 |
commit | 6760f3de744dac9b9e48c305a01e7f74a0985ba9 (patch) | |
tree | 79b82958507c747700ac94c48263e5e8f98902dd /testing/toxic | |
parent | b537f9dd93095e739406cdec94dfe84df88010f7 (diff) | |
download | aports-6760f3de744dac9b9e48c305a01e7f74a0985ba9.tar.bz2 aports-6760f3de744dac9b9e48c305a01e7f74a0985ba9.tar.xz |
testing/toxic: disable build for x86_64
Diffstat (limited to 'testing/toxic')
-rw-r--r-- | testing/toxic/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/APKBUILD b/testing/toxic/APKBUILD index 8e6f568595..c9f7692887 100644 --- a/testing/toxic/APKBUILD +++ b/testing/toxic/APKBUILD @@ -4,7 +4,7 @@ pkgname=toxic pkgver=0.2.7 pkgrel=0 pkgdesc='Ncurses based client for Tox' -arch=all +arch='x86' url='https://github.com/Tox/toxic' license='GPL3' makedepends='tox-dev ncurses-dev libsodium-dev autoconf automake libtool' |