diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 01:46:16 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 01:46:16 +0000 |
commit | 7cc4c56b6996329b3ea1dcbfa60d20e1293bc424 (patch) | |
tree | 845f5b87200183650457550bc168c13ff618de45 /community/py3-pyclipper | |
parent | 84f10f62f1fd25a925061482ab848ccac7eebb8b (diff) | |
download | aports-7cc4c56b6996329b3ea1dcbfa60d20e1293bc424.tar.bz2 aports-7cc4c56b6996329b3ea1dcbfa60d20e1293bc424.tar.xz |
community/py3-pyclipper: disable on mips
Diffstat (limited to 'community/py3-pyclipper')
-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" |