diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-15 04:56:56 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-15 04:57:29 +0000 |
commit | 8dd296b34f294cbb44c51040f61401a9b7af2631 (patch) | |
tree | 32f881344e462d47fb7ace19d662db0bf53c7af3 /community/ruby-mathematical/APKBUILD | |
parent | fc84241e8d3cdead7096264b8028be5e50109713 (diff) | |
download | aports-8dd296b34f294cbb44c51040f61401a9b7af2631.tar.bz2 aports-8dd296b34f294cbb44c51040f61401a9b7af2631.tar.xz |
ruby-mathematical: reenable
ruby-enum has been fixed.
Diffstat (limited to 'community/ruby-mathematical/APKBUILD')
-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 c9caa0f307..98fc821fb9 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="" # ruby-enum has build issues +arch="all" license="MIT" depends="ruby ruby-enum" makedepends="cmake lasem-dev mtex2mml-dev ruby-dev" |