From c833937e8debeda21a62f0be38a3b95cc45422b1 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 04:33:42 +0000 Subject: community/py3-skia-pathops: disable on mips --- community/py3-skia-pathops/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') 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" -- cgit v1.2.3