diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-02 20:09:35 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-02 20:09:35 +0000 |
commit | b48fa825f0e2790ccf3962ee1e2192659b8637d8 (patch) | |
tree | 14e9b53300fe480fc5fe59ef95948645d4b21116 | |
parent | 1385c3c1257e855c9229403e656a2784d5b760ef (diff) | |
download | aports-b48fa825f0e2790ccf3962ee1e2192659b8637d8.tar.bz2 aports-b48fa825f0e2790ccf3962ee1e2192659b8637d8.tar.xz |
testing/mapnik: fix arches
gdal is not built for ppc64le, but is for x86
-rw-r--r-- | testing/mapnik/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mapnik/APKBUILD b/testing/mapnik/APKBUILD index 378cdce023..ce27230ca5 100644 --- a/testing/mapnik/APKBUILD +++ b/testing/mapnik/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.0.22 pkgrel=0 pkgdesc="An open source toolkit for developing mapping applications" url="http://mapnik.org/" -arch="x86_64 ppc64le" +arch="x86 x86_64" license="LPGL-2.0-or-later" makedepends=" boost-dev |