diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-14 01:00:24 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-14 01:00:24 -0300 |
commit | 013673f8298fc28b14a331363a9270cd3e1fa570 (patch) | |
tree | e870c25e111eac31af1fb53fecfd5539e00a2144 | |
parent | 3220970c5aa723ab83703c85654e602fc43672ff (diff) | |
download | aports-013673f8298fc28b14a331363a9270cd3e1fa570.tar.gz aports-013673f8298fc28b14a331363a9270cd3e1fa570.tar.bz2 aports-013673f8298fc28b14a331363a9270cd3e1fa570.tar.xz |
community/stellarium: disable on armhf
-rw-r--r-- | community/stellarium/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/stellarium/APKBUILD b/community/stellarium/APKBUILD index 6e25efaed2..c0951c1179 100644 --- a/community/stellarium/APKBUILD +++ b/community/stellarium/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.19.2 pkgrel=2 pkgdesc="A stellarium with great graphics and a nice database of sky-objects" url="http://stellarium.org/" -arch="all !mips !mips64" +arch="all !mips !mips64 !armhf" # Limited by qt5-qtmultimedia-dev license="GPL-2.0-or-later" makedepends=" cmake boost-dev mesa-dev qt5-qttools-dev libpng-dev freetype-dev |