diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-05 14:21:55 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-05 14:21:55 +0000 |
commit | f5c5ca83a9dac89ee81cff2b81556b2fec6ea4ca (patch) | |
tree | 70489a0ec5c94554dbdb3c91cdc341d85be907ad /testing | |
parent | 2f3c2cfb25cdfcfdb48744b112eccb36ee91f29d (diff) | |
download | aports-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')
-rw-r--r-- | testing/bees/APKBUILD | 2 |
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" |