diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 22:01:23 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 22:01:59 +0000 |
commit | a80e95e4e66648b14a3ed134b2336f483631510e (patch) | |
tree | 95ed951c4898350a8a2b5b9c327fe9609ba92d21 /community/step | |
parent | 66dacbb9504c42a892a1bb8cb4f4eb662ae3782b (diff) | |
download | aports-a80e95e4e66648b14a3ed134b2336f483631510e.tar.bz2 aports-a80e95e4e66648b14a3ed134b2336f483631510e.tar.xz |
community/suitesparse: disable on mips (and descendents)
Diffstat (limited to 'community/step')
-rw-r--r-- | community/step/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/step/APKBUILD b/community/step/APKBUILD index 11f0497ce2..7c96a1e687 100644 --- a/community/step/APKBUILD +++ b/community/step/APKBUILD @@ -3,7 +3,7 @@ pkgname=step pkgver=19.12.3 pkgrel=0 -arch="all !armhf" +arch="all !armhf !mips !mips64" url="https://edu.kde.org/step/" pkgdesc="Interactive Physics Simulator" license="GPL-2.0-or-later AND GFDL-1.2-only" |