blob: feee7dae80395b225aed4d3bcb58888cbcab42f1 (
plain)
1
2
3
4
5
6
7
|
# ceph doesn't run on 32-bit currently (see FS32#21)
depends=(${depends[@]/ceph-libs/})
makedepends=(${makedepends[@]/ceph-libs/})
# remove qemu-rdb (configure doesn't see rdb, does it depend on ceph?)
pkgname=(${pkgname[@]/libvirt-storage-rbd/})
unset -f 'libvirt-storage-rbd'
|