diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-06-27 15:52:17 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-03 13:49:06 +0200 |
commit | e4565a2b41b0ebe92503aeef6df3588dd1951cd3 (patch) | |
tree | 2010dddddc8fac3b0f5499fc412789ea4d1e7321 /testing/simgear | |
parent | 4a0d6f3f6d004d702a7b293827db546e0e8c2e9a (diff) | |
download | aports-e4565a2b41b0ebe92503aeef6df3588dd1951cd3.tar.bz2 aports-e4565a2b41b0ebe92503aeef6df3588dd1951cd3.tar.xz |
testing/simgear: enable build on ppc64le
Enable build as openscenegraph now builds on ppc64le.
Diffstat (limited to 'testing/simgear')
-rw-r--r-- | testing/simgear/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/simgear/APKBUILD b/testing/simgear/APKBUILD index 95576d8e52..8044289ee3 100644 --- a/testing/simgear/APKBUILD +++ b/testing/simgear/APKBUILD @@ -4,7 +4,7 @@ pkgver=2017.1.3 pkgrel=1 pkgdesc="Sim library for FlightGear" url="https://github.com/FlightGear/simgear" -arch="all !ppc64le" #openscenegraph not avail on excluded arches +arch="all" license="GPL" depends= depends_dev= |