summaryrefslogtreecommitdiff
path: root/community/libvirt/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2012-03-08 07:59:53 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2012-03-08 07:59:53 -0600
commitda77e97d913dbb6efcd544f57b8b6e58c43f6442 (patch)
tree83524e87b4577872ac43a67770de0cedc3a1f8bb /community/libvirt/PKGBUILD
parentcea19ccf7318073acb582d4817fafdb123d5b7fc (diff)
parent61733e7ff1a756e9325154d9d52cdcdeb27d9097 (diff)
Merge branch 'master' of gitpar:abslibre-mips64el
Diffstat (limited to 'community/libvirt/PKGBUILD')
-rw-r--r--community/libvirt/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD
index 9a4eddc5b..30a5848a3 100644
--- a/community/libvirt/PKGBUILD
+++ b/community/libvirt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 66318 2012-02-23 14:03:47Z allan $
+# $Id: PKGBUILD 67039 2012-03-03 14:31:16Z giovanni $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
pkgname=libvirt
pkgver=0.9.10
-pkgrel=1
+pkgrel=2
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64' 'mips64el')
url="http://libvirt.org/"
@@ -19,8 +19,8 @@ optdepends=('bridge-utils: for briged networking (default)'
'kvm'
'openbsd-netcat: for remote management over ssh'
'qemu'
- 'radvd'
- 'dmidecode')
+ 'radvd')
+[ "$CARCH" != "mips64el" ] && optdepends+=('dmidecode')
options=('emptydirs' '!libtool')
backup=('etc/conf.d/libvirtd'
'etc/conf.d/libvirtd-guests'