aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:34:31 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:34:31 +0000
commita37fed3fcb9acc61d5ce963d5e889df1ae008d4b (patch)
tree977c7536545a854ad7fe1b52a313316e28fa140e
parent81d018ea6eef800a65488b6740b78849e7c05b0d (diff)
community/psautohint: disable on mips
-rw-r--r--community/psautohint/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/psautohint/APKBUILD b/community/psautohint/APKBUILD
index 7c6a6285fa4..f3db20f2679 100644
--- a/community/psautohint/APKBUILD
+++ b/community/psautohint/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.0.1
pkgrel=0
pkgdesc="A standalone version of AFDKO's autohinter"
url="https://github.com/adobe-type-tools/psautohint"
-arch="all !s390x" # ufo2ft
+arch="all !s390x !mips !mips64" # ufo2ft
license="Apache-2.0"
depends="python3 py3-fonttools py3-lxml py3-statmake py3-ufo2ft"
makedepends="py3-setuptools python3-dev"