aboutsummaryrefslogtreecommitdiffstats
path: root/community/ipynb2html
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 01:50:02 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 01:50:02 +0000
commit2fd01292d579c2aadf76aad496f1408d7c13e67f (patch)
tree566f1d090b47926ea97465cb0082ddeaeac39495 /community/ipynb2html
parente063597be320507c070db7c65ec0c2f6a29704bc (diff)
downloadaports-2fd01292d579c2aadf76aad496f1408d7c13e67f.tar.bz2
aports-2fd01292d579c2aadf76aad496f1408d7c13e67f.tar.xz
community/ipynb2html: disable on mips, no nodejs
Diffstat (limited to 'community/ipynb2html')
-rw-r--r--community/ipynb2html/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ipynb2html/APKBUILD b/community/ipynb2html/APKBUILD
index 0864bd215f..0596cb529e 100644
--- a/community/ipynb2html/APKBUILD
+++ b/community/ipynb2html/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.1.0
pkgrel=0
pkgdesc="Convert Jupyter Notebook to static HTML"
url="https://github.com/jirutka/ipynb2html"
-arch="noarch"
+arch="noarch !mips !mips64"
license="MIT BSD-3-Clause"
depends="nodejs"
makedepends="yarn"