aboutsummaryrefslogtreecommitdiffstats
path: root/community/psautohint
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-06 05:15:10 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-06 05:15:10 +0100
commit404ce444efe2a11b0b538c315c074907444912ee (patch)
tree78a8d1856717a9844c566fab59568cdb4d94b9b8 /community/psautohint
parent861d36a70e4cc8be0e4e081720b347398cdb2b07 (diff)
downloadaports-404ce444efe2a11b0b538c315c074907444912ee.tar.bz2
aports-404ce444efe2a11b0b538c315c074907444912ee.tar.xz
community/psautohint: disable on x86
Diffstat (limited to 'community/psautohint')
-rw-r--r--community/psautohint/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/psautohint/APKBUILD b/community/psautohint/APKBUILD
index d4a2730c61..ba4215c878 100644
--- a/community/psautohint/APKBUILD
+++ b/community/psautohint/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2.0.0
pkgrel=0
pkgdesc="A standalone version of AFDKO's autohinter"
url="https://github.com/adobe-type-tools/psautohint"
-arch="all !s390x" # ufo2ft
+arch="all !x86 !s390x" # ufo2ft
license="Apache-2.0"
depends="python3 py3-fonttools py3-lxml py3-statmake py3-ufo2ft"
makedepends="py3-setuptools python3-dev"