diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-01-23 21:55:30 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-01-23 21:55:30 +0000 |
commit | 335efdb3dd03569c92c84fd88b5a56c42226e006 (patch) | |
tree | 18e8c37bf1f4f1c1d76ececf98c33a4d35979b11 | |
parent | 02de361dd25afe65a42b2ae6c7e90e85103cb316 (diff) | |
download | aports-335efdb3dd03569c92c84fd88b5a56c42226e006.tar.bz2 aports-335efdb3dd03569c92c84fd88b5a56c42226e006.tar.xz |
testing/fzf: disable on aarch64, armhf, ppc64le (requires go)
-rw-r--r-- | testing/fzf/APKBUILD | 2 |
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" |