aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-01-15 18:54:23 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-01-16 02:04:32 +0000
commita2d38def8ea3f25dbcd3d0fcfdd451b93e86f484 (patch)
tree6ab78f2a41ea3ab5f1e35a2bbd7ebb5d7596cbd8
parent04aba0718605613732335e00fa8c89ebc0fc807a (diff)
testing/openscenegraph: enable more arches
-rw-r--r--testing/openscenegraph/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openscenegraph/APKBUILD b/testing/openscenegraph/APKBUILD
index b541a9c81d9..2cafa1b4853 100644
--- a/testing/openscenegraph/APKBUILD
+++ b/testing/openscenegraph/APKBUILD
@@ -4,7 +4,7 @@ pkgver=3.6.5
pkgrel=2
pkgdesc="High performance 3D graphics toolkit"
url="http://www.openscenegraph.org/"
-arch="x86_64 aarch64" # gdal availability
+arch="all !s390x !mips !mips64" # gdal availability
license="LGPL-2.1-or-later" # also Custom and wxWindows-3
makedepends="$depends_dev cmake mesa-dev curl-dev giflib-dev zlib-dev
freetype-dev jpeg-dev tiff-dev sdl-dev sdl2-dev libxml2-dev gdal-dev"