diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-ufo2ft/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-ufo2ft/APKBUILD b/community/py3-ufo2ft/APKBUILD index b1d58907a3..82441a8842 100644 --- a/community/py3-ufo2ft/APKBUILD +++ b/community/py3-ufo2ft/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.11.1 pkgrel=1 pkgdesc="bridge from UFOs to FontTools objects" url="https://github.com/googlefonts/ufo2ft" -arch="noarch !s390x" # skia-pathops +arch="noarch !x86 !s390x" # skia-pathops license="MIT" depends="python3 py3-fonttools py3-defcon py3-cu2qu py3-compreffor py3-booleanoperations py3-ufolib2 py3-skia-pathops" |