summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/libvirt/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
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'