aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bees
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-02-05 14:21:55 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-02-05 14:21:55 +0000
commitf5c5ca83a9dac89ee81cff2b81556b2fec6ea4ca (patch)
tree70489a0ec5c94554dbdb3c91cdc341d85be907ad /testing/bees
parent2f3c2cfb25cdfcfdb48744b112eccb36ee91f29d (diff)
downloadaports-f5c5ca83a9dac89ee81cff2b81556b2fec6ea4ca.tar.bz2
aports-f5c5ca83a9dac89ee81cff2b81556b2fec6ea4ca.tar.xz
testing/bees: disable for ppc64le
fiemap.cc:30:67: error: no matching function for call to 'min(__u64&, long long unsigned int)'
Diffstat (limited to 'testing/bees')
-rw-r--r--testing/bees/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/bees/APKBUILD b/testing/bees/APKBUILD
index de1aef40eb..a9d110153f 100644
--- a/testing/bees/APKBUILD
+++ b/testing/bees/APKBUILD
@@ -4,7 +4,7 @@ pkgver=0.6.1
pkgrel=0
pkgdesc="Best-Effort Extent-Same, a btrfs dedup agent"
url="https://github.com/Zygo/bees"
-arch="all"
+arch="all !ppc64le"
license="GPL-3.0-or-later"
depends="btrfs-progs"
makedepends="btrfs-progs-dev util-linux-dev"