diff options
Diffstat (limited to 'testing/bees/APKBUILD')
-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" |