aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pynvim
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-21 12:15:09 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-21 12:15:17 +0100
commit6f2080df67a058763ac6d2a3616d07ba804570ee (patch)
treea16438c4fc983d3ad699772241f86b12df139240 /testing/py3-pynvim
parent03d4aab7ef512c18f2683a0e4865a665becf9b1e (diff)
downloadaports-6f2080df67a058763ac6d2a3616d07ba804570ee.tar.bz2
aports-6f2080df67a058763ac6d2a3616d07ba804570ee.tar.xz
testing/py3-pynvim: disable on aarch64 and s390x
Diffstat (limited to 'testing/py3-pynvim')
-rw-r--r--testing/py3-pynvim/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pynvim/APKBUILD b/testing/py3-pynvim/APKBUILD
index f9b2b80d76..70c93c015b 100644
--- a/testing/py3-pynvim/APKBUILD
+++ b/testing/py3-pynvim/APKBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="python client and plugin host for Nvim"
options="!check" # Tests fail on the builders
url="https://github.com/neovim/pynvim"
-arch="noarch"
+arch="noarch !aarch64 !s390x" # Arches where neovim is not available
license="Apache-2.0"
depends="neovim python3 py3-msgpack py3-greenlet"
makedepends="py3-setuptools"