From e1ee1e8a4a62bcba834b28772f53dbd43f625a1f Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Wed, 15 Jun 2022 21:24:13 +0000
Subject: [PATCH] testing/nvim-cmp-path: disable on riscv64

---
 testing/nvim-cmp-path/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/nvim-cmp-path/APKBUILD b/testing/nvim-cmp-path/APKBUILD
index 338fa55c8fdf..4c11bae5820b 100644
--- a/testing/nvim-cmp-path/APKBUILD
+++ b/testing/nvim-cmp-path/APKBUILD
@@ -6,7 +6,7 @@ _commit=466b6b8270f7ba89abd59f402c73f63c7331ff6e
 pkgrel=0
 pkgdesc="nvim-cmp source for path"
 url="https://github.com/hrsh7th/cmp-path"
-arch="noarch"
+arch="noarch !riscv64" # neovim
 license="MIT"
 subpackages="$pkgname-doc"
 depends="nvim-cmp"
-- 
GitLab