aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fzf/APKBUILD
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-01-23 21:55:30 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-01-23 21:55:30 +0000
commit335efdb3dd03569c92c84fd88b5a56c42226e006 (patch)
tree18e8c37bf1f4f1c1d76ececf98c33a4d35979b11 /testing/fzf/APKBUILD
parent02de361dd25afe65a42b2ae6c7e90e85103cb316 (diff)
downloadaports-335efdb3dd03569c92c84fd88b5a56c42226e006.tar.bz2
aports-335efdb3dd03569c92c84fd88b5a56c42226e006.tar.xz
testing/fzf: disable on aarch64, armhf, ppc64le (requires go)
Diffstat (limited to 'testing/fzf/APKBUILD')
-rw-r--r--testing/fzf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fzf/APKBUILD b/testing/fzf/APKBUILD
index 39ec7beb9e..124757fc26 100644
--- a/testing/fzf/APKBUILD
+++ b/testing/fzf/APKBUILD
@@ -6,7 +6,7 @@ _pkgver="${pkgver%.*}-${pkgver##*.}"
pkgrel=0
pkgdesc="A command-line fuzzy finder"
url="https://github.com/junegunn/fzf"
-arch="all"
+arch="all !ppc64le !aarch64 !armhf"
license="MIT"
makedepends="go glide bash tmux"
subpackages="$pkgname-tmux::noarch"