aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-04 11:38:04 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-04 11:38:31 -0300
commitad070450085a340d192979544c0e93b57f8d15db (patch)
tree67588334eb846445f9abd4abb41fe3676fc86a33 /community
parent2aeccffd83a814a8de4f82cca7c73e2ac9465eb1 (diff)
downloadaports-ad070450085a340d192979544c0e93b57f8d15db.tar.bz2
aports-ad070450085a340d192979544c0e93b57f8d15db.tar.xz
community/ruby-mathematical: disable on aarch64 and s390x
Diffstat (limited to 'community')
-rw-r--r--community/ruby-mathematical/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-mathematical/APKBUILD b/community/ruby-mathematical/APKBUILD
index be87fa875b..d09a7e0baa 100644
--- a/community/ruby-mathematical/APKBUILD
+++ b/community/ruby-mathematical/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.6.12
pkgrel=1
pkgdesc="Convert mathematical equations to SVGs, PNGs, or MathML"
url="https://www.gjtorikian.com/mathematical/"
-arch="all"
+arch="all !aarch64 !s390x" # Limited by lasem
license="MIT"
depends="ruby ruby-enum"
makedepends="cmake lasem-dev mtex2mml-dev ruby-dev"