index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/libvirt/PKGBUILD | 5 |
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index a96197fd..feee7dae 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -1,4 +1,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' |