diff options
-rw-r--r-- | community/py3-pyclipper/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pyclipper/APKBUILD b/community/py3-pyclipper/APKBUILD index 018861afff..ab8376a132 100644 --- a/community/py3-pyclipper/APKBUILD +++ b/community/py3-pyclipper/APKBUILD @@ -9,7 +9,7 @@ _pkgpostver="$pkgver.post3" pkgrel=1 pkgdesc="Cython wrapper for clipper" url="https://github.com/fonttools/pyclipper" -arch="all" +arch="all !mips !mips64" # test failures license="MIT" depends="python3" makedepends="py3-setuptools python3-dev cython clipper-dev" |