aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:33:42 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 04:33:42 +0000
commitc833937e8debeda21a62f0be38a3b95cc45422b1 (patch)
treed8975cd879d1cf9c61a2952905b876cf55b4bbba /community
parent51e58e64cf4f18d91947a442d5189672ec4ec313 (diff)
downloadaports-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/APKBUILD2
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"