aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-05-14 16:29:32 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-14 16:29:32 +0000
commit050a64feb37bab260a75b03a307c3a4d5ae3898d (patch)
treec892f6a6f72f242c07d5d9a9c752d5bf1b4f716f
parent929102b5622371c0e370817a8488f5462b401110 (diff)
community/ruby-mathematical: disable
Dependency ruby-enum has build issues. Disable it for now, until it's fixed.
-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 98fc821fb9b..c9caa0f307c 100644
--- a/community/ruby-mathematical/APKBUILD
+++ b/community/ruby-mathematical/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.6.12
pkgrel=0
pkgdesc="Convert mathematical equations to SVGs, PNGs, or MathML"
url="https://www.gjtorikian.com/mathematical/"
-arch="all"
+arch="" # ruby-enum has build issues
license="MIT"
depends="ruby ruby-enum"
makedepends="cmake lasem-dev mtex2mml-dev ruby-dev"