diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-04 13:44:40 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-05-04 13:44:40 +0000 |
commit | e8f9e99de957869ffe913ce7f22ac2655849290a (patch) | |
tree | 978a786def991b22ce0aa57a65100f2efca9b793 /testing/simgear/APKBUILD | |
parent | 943b5e88f1bef51fdfa08a080b3bfda2405ae0ae (diff) | |
download | aports-e8f9e99de957869ffe913ce7f22ac2655849290a.tar.bz2 aports-e8f9e99de957869ffe913ce7f22ac2655849290a.tar.xz |
testing/simgear: don't build on ppc64le due to osg not avail
Diffstat (limited to 'testing/simgear/APKBUILD')
-rw-r--r-- | testing/simgear/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/simgear/APKBUILD b/testing/simgear/APKBUILD index 98d388984e..95576d8e52 100644 --- a/testing/simgear/APKBUILD +++ b/testing/simgear/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=simgear pkgver=2017.1.3 -pkgrel=0 +pkgrel=1 pkgdesc="Sim library for FlightGear" url="https://github.com/FlightGear/simgear" -arch="all" +arch="all !ppc64le" #openscenegraph not avail on excluded arches license="GPL" depends= depends_dev= |