diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 04:33:42 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 04:33:42 +0000 |
commit | c833937e8debeda21a62f0be38a3b95cc45422b1 (patch) | |
tree | d8975cd879d1cf9c61a2952905b876cf55b4bbba /community | |
parent | 51e58e64cf4f18d91947a442d5189672ec4ec313 (diff) | |
download | aports-c833937e8debeda21a62f0be38a3b95cc45422b1.tar.bz2 aports-c833937e8debeda21a62f0be38a3b95cc45422b1.tar.xz |
community/py3-skia-pathops: disable on mips
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-skia-pathops/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-skia-pathops/APKBUILD b/community/py3-skia-pathops/APKBUILD index b5b352446d..ab6a256391 100644 --- a/community/py3-skia-pathops/APKBUILD +++ b/community/py3-skia-pathops/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.2.1 pkgrel=0 pkgdesc="Python bindings for the Skia library's Path Ops" url="https://github.com/fonttools/skia-pathops" -arch="all !s390x" # doesn't support big endian +arch="all !s390x !mips !mips64" # doesn't support big endian license="BSD-3-Clause" depends="python3 cython" makedepends="python3-dev py3-setuptools" |