From ad070450085a340d192979544c0e93b57f8d15db Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 4 Sep 2019 11:38:04 -0300 Subject: community/ruby-mathematical: disable on aarch64 and s390x --- community/ruby-mathematical/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') 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" -- cgit v1.2.3