diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-06 05:15:10 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-06 05:15:10 +0100 |
commit | 404ce444efe2a11b0b538c315c074907444912ee (patch) | |
tree | 78a8d1856717a9844c566fab59568cdb4d94b9b8 /community | |
parent | 861d36a70e4cc8be0e4e081720b347398cdb2b07 (diff) | |
download | aports-404ce444efe2a11b0b538c315c074907444912ee.tar.bz2 aports-404ce444efe2a11b0b538c315c074907444912ee.tar.xz |
community/psautohint: disable on x86
Diffstat (limited to 'community')
-rw-r--r-- | community/psautohint/APKBUILD | 2 |
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" |