aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openscenegraph
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-11 03:37:54 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-11 03:37:54 +0100
commitc7c898ee4e48c766d19604798c91148bdd10faa1 (patch)
treea8fd812867ceaab051c64c023863e5559fbd5281 /testing/openscenegraph
parent0a8d7e63045ed0985c5eb027dd86e54edaad57d2 (diff)
downloadaports-c7c898ee4e48c766d19604798c91148bdd10faa1.tar.bz2
aports-c7c898ee4e48c766d19604798c91148bdd10faa1.tar.xz
testing/openscenegraph: disable on armv7
Diffstat (limited to 'testing/openscenegraph')
-rw-r--r--testing/openscenegraph/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openscenegraph/APKBUILD b/testing/openscenegraph/APKBUILD
index 3fb491cd35..bc7eb8c31a 100644
--- a/testing/openscenegraph/APKBUILD
+++ b/testing/openscenegraph/APKBUILD
@@ -4,7 +4,7 @@ pkgver=3.4.1
pkgrel=6
pkgdesc="High performance 3D graphics toolkit"
url="http://www.openscenegraph.org/"
-arch="x86_64 armv7 aarch64" # gdal availability
+arch="x86_64 aarch64" # 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"