From 335efdb3dd03569c92c84fd88b5a56c42226e006 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 23 Jan 2018 21:55:30 +0000 Subject: testing/fzf: disable on aarch64, armhf, ppc64le (requires go) --- testing/fzf/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') 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" -- cgit v1.2.3