Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/libvirt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libvirt/PKGBUILD')
-rw-r--r--community/libvirt/PKGBUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD
deleted file mode 100644
index 379bcb8f..00000000
--- a/community/libvirt/PKGBUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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'
-
-eval "$(
- declare -f package_libvirt | \
- sed '
- s/libvirt_storage_backend_{rbd,gluster}.so/libvirt_storage_backend_gluster.so/
- '
-)"