aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libpostal
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-07 17:32:11 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-07 17:32:11 -0300
commit93fc5fe7d5e751b125f4eafc1a3c0ca5e798bd80 (patch)
treeb119f2257e502e876f721b30c9ba28319bdc03d4 /testing/libpostal
parente16026ddc52a30386b96a8fe6211f638e74efca3 (diff)
downloadaports-93fc5fe7d5e751b125f4eafc1a3c0ca5e798bd80.tar.bz2
aports-93fc5fe7d5e751b125f4eafc1a3c0ca5e798bd80.tar.xz
testing/libpostal: disable on everything but x86_64 and x86
Diffstat (limited to 'testing/libpostal')
-rw-r--r--testing/libpostal/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libpostal/APKBUILD b/testing/libpostal/APKBUILD
index ff104dd2c3..ae57cb2d5c 100644
--- a/testing/libpostal/APKBUILD
+++ b/testing/libpostal/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.0
pkgrel=0
pkgdesc="A C library for parsing/normalizing street addresses around the world"
url="https://github.com/openvenues/libpostal"
-arch="all"
+arch="x86_64 x86"
license="MIT"
makedepends="autoconf automake libtool"
subpackages="$pkgname-static $pkgname-dev"