diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 07:06:58 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 07:06:58 +0000 |
commit | 25c07e6bdf37585feca1b3e4df3a6b7b9d4a276c (patch) | |
tree | 2d6481692f3526b8f4b3af8db702f2951be14591 /community/ruby-mathematical | |
parent | 6978b4985121ee35c419707d952bb961dbc250cb (diff) | |
download | aports-25c07e6bdf37585feca1b3e4df3a6b7b9d4a276c.tar.bz2 aports-25c07e6bdf37585feca1b3e4df3a6b7b9d4a276c.tar.xz |
community/ruby-mathematical: disable on mips
Diffstat (limited to 'community/ruby-mathematical')
-rw-r--r-- | community/ruby-mathematical/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-mathematical/APKBUILD b/community/ruby-mathematical/APKBUILD index 611ccc82e6..41eac7a357 100644 --- a/community/ruby-mathematical/APKBUILD +++ b/community/ruby-mathematical/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.6.12 pkgrel=2 pkgdesc="Convert mathematical equations to SVGs, PNGs, or MathML" url="https://www.gjtorikian.com/mathematical/" -arch="all !aarch64 !s390x" # Limited by lasem +arch="all !aarch64 !s390x !mips !mips64" # Limited by lasem license="MIT" depends="ruby ruby-enum" makedepends="cmake lasem-dev mtex2mml-dev ruby-dev" |