mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-31 19:31:10 +02:00
community/fzf: disable on s390x
build fails with: Makefile:56: *** "Build on s390x is not supported, yet.". Stop.
This commit is contained in:
parent
6e6377f061
commit
c7c0436251
@ -5,7 +5,7 @@ pkgver=0.17.5
|
||||
pkgrel=0
|
||||
pkgdesc="A command-line fuzzy finder"
|
||||
url="https://github.com/junegunn/fzf"
|
||||
arch="all"
|
||||
arch="all !s390x"
|
||||
license="MIT"
|
||||
makedepends="go glide bash tmux"
|
||||
subpackages="
|
||||
|
Loading…
x
Reference in New Issue
Block a user