testing/bfs: disable on ppc64le due to broken testsuite

This commit is contained in:
Carlo Landmeter 2018-07-07 05:52:41 +00:00
parent bcc5e58289
commit a2ff249be7

View File

@ -5,7 +5,7 @@ pkgver=1.2.2
pkgrel=0
pkgdesc="Breadth-first variant of the UNIX find command"
url="https://github.com/tavianator/bfs"
arch="all"
arch="all !ppc64le"
license="0BSD"
makedepends="linux-headers"
checkdepends="bash"