aboutsummaryrefslogtreecommitdiffstats
path: root/community/psautohint
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-01-06 14:44:26 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-06 14:44:54 +0100
commit038cd937bd58e1690158db5c3d97b1344d2c078d (patch)
tree7b036d318eaa1f83fd80252e3e5b82e58e261ea6 /community/psautohint
parent1aa6b597af5249939ca51eba7707b31a1a53b1b4 (diff)
downloadaports-038cd937bd58e1690158db5c3d97b1344d2c078d.tar.bz2
aports-038cd937bd58e1690158db5c3d97b1344d2c078d.tar.xz
community/psautohint: re-enable on x86
Now that py3-ufo2ft works
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 ba4215c878..d4a2730c61 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 !x86 !s390x" # ufo2ft
+arch="all !s390x" # ufo2ft
license="Apache-2.0"
depends="python3 py3-fonttools py3-lxml py3-statmake py3-ufo2ft"
makedepends="py3-setuptools python3-dev"