diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-14 16:29:32 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-14 16:29:32 +0000 |
commit | 050a64feb37bab260a75b03a307c3a4d5ae3898d (patch) | |
tree | c892f6a6f72f242c07d5d9a9c752d5bf1b4f716f /community/ruby-mathematical | |
parent | 929102b5622371c0e370817a8488f5462b401110 (diff) | |
download | aports-050a64feb37bab260a75b03a307c3a4d5ae3898d.tar.bz2 aports-050a64feb37bab260a75b03a307c3a4d5ae3898d.tar.xz |
community/ruby-mathematical: disable
Dependency ruby-enum has build issues. Disable it for now, until it's fixed.
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 98fc821fb9..c9caa0f307 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" |