diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-11 14:11:51 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-02-11 14:11:51 +0100 |
commit | 5f63ca3f692dd97c69ef070a144f203fd4525aa5 (patch) | |
tree | 79e30f064323d21afd62616380eb493c1c80b3e5 /testing/wt | |
parent | f8ef363cfbe8bf49f841131fc0ea361dc71e85e5 (diff) | |
download | aports-5f63ca3f692dd97c69ef070a144f203fd4525aa5.tar.bz2 aports-5f63ca3f692dd97c69ef070a144f203fd4525aa5.tar.xz |
testing/wt: disable on armhf
Diffstat (limited to 'testing/wt')
-rw-r--r-- | testing/wt/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/wt/APKBUILD b/testing/wt/APKBUILD index e0916c68b4..b699260187 100644 --- a/testing/wt/APKBUILD +++ b/testing/wt/APKBUILD @@ -6,7 +6,7 @@ _pkgver=3.3.4 pkgrel=0 pkgdesc="A C++ library and application server for developing and deploying web applications" url="http://www.webtoolkit.eu" -arch="all" +arch="x86 x86_64" license="GPL" depends="" depends_dev="zlib-dev boost-dev sqlite-dev mesa-dev glu-dev graphicsmagick-dev |