aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-02-28 10:32:39 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-02-28 10:33:01 +0000
commit165645ab6b142c6435dc66eec17ea752f26ff4a9 (patch)
tree514e0a78edaf1c7492b23f09ffed8aa80dfa4315 /testing
parentf9eb3b8fe7ac723a4074ea44b63ff259a8d410ff (diff)
downloadaports-165645ab6b142c6435dc66eec17ea752f26ff4a9.tar.bz2
aports-165645ab6b142c6435dc66eec17ea752f26ff4a9.tar.xz
testing/openscenegraph: restrict to x86* due to gdal
Diffstat (limited to 'testing')
-rw-r--r--testing/openscenegraph/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openscenegraph/APKBUILD b/testing/openscenegraph/APKBUILD
index 8a840678ba..5513693fb0 100644
--- a/testing/openscenegraph/APKBUILD
+++ b/testing/openscenegraph/APKBUILD
@@ -4,7 +4,7 @@ pkgver=3.4.1
pkgrel=3
pkgdesc="High performance 3D graphics toolkit"
url="https://openscenegraph.org"
-arch="all"
+arch="x86 x86_64" # gdal availability
license="Custom wxWindows-3 LGPL-2.1"
makedepends="$depends_dev cmake mesa-dev jasper-dev curl-dev giflib-dev zlib-dev
freetype-dev jpeg-dev tiff-dev sdl-dev sdl2-dev libxml2-dev gdal-dev"