diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-10-27 08:41:33 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2016-10-27 08:41:33 +0000 |
commit | d2d7a0f4b58eb2fdce0da5a754ef1d796b5349b9 (patch) | |
tree | 09b7e0a3e1aa52b7d6bd8406e7ca46318fa12078 /testing/openscenegraph/APKBUILD | |
parent | 5a87f10b5fb5033d6aa837ad068efeb2dfd893ec (diff) | |
download | aports-d2d7a0f4b58eb2fdce0da5a754ef1d796b5349b9.tar.bz2 aports-d2d7a0f4b58eb2fdce0da5a754ef1d796b5349b9.tar.xz |
testing/openscenegraph: disable arm* builds
Diffstat (limited to 'testing/openscenegraph/APKBUILD')
-rw-r--r-- | testing/openscenegraph/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/openscenegraph/APKBUILD b/testing/openscenegraph/APKBUILD index fcbab82aec..3dc903e2ff 100644 --- a/testing/openscenegraph/APKBUILD +++ b/testing/openscenegraph/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=openscenegraph pkgver=3.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="High performance 3D graphics toolkit" url="https://openscenegraph.org" -arch="all" +arch="x86 x86_64" license="Custom" depends= depends_dev= |