diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 02:53:09 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 02:53:09 +0000 |
commit | eb78ca567be9b54755174cb507d4eabebbc1a0c9 (patch) | |
tree | 680f5efbd6dcb80ba064969f7fa201d41d6fe34e /community/tectonic | |
parent | c1a288dfa6cc11f44e2f34628936d23486d3317e (diff) | |
download | aports-eb78ca567be9b54755174cb507d4eabebbc1a0c9.tar.bz2 aports-eb78ca567be9b54755174cb507d4eabebbc1a0c9.tar.xz |
community/tectonic: disable on mips
Diffstat (limited to 'community/tectonic')
-rw-r--r-- | community/tectonic/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tectonic/APKBUILD b/community/tectonic/APKBUILD index 0ecc7e0363..e05c03bf52 100644 --- a/community/tectonic/APKBUILD +++ b/community/tectonic/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.1.12 pkgrel=2 pkgdesc="Tectonic is a modernized, complete, self-contained TeX/LaTeX engine" url="https://tectonic-typesetting.github.io" -arch="all !s390x" +arch="all !s390x !mips !mips64" # rust license="MIT" makedepends=" cargo |