~alpine/devel

add lxc-dev and xen to libvirt's makedepends (can handles those now) v1 PROPOSED

Guillaume: 1
 add lxc-dev and xen to libvirt's makedepends (can handles those now)

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/99/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH 1/2] [PATCH] add lxc-dev and xen to libvirt's makedepends (can handles those now) Export this patch

From: Guillaume Sellier <guillaume@ophane.net>

---
 main/libvirt/APKBUILD |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/libvirt/APKBUILD b/main/libvirt/APKBUILD
index 1726275..04ffef1 100644
--- a/main/libvirt/APKBUILD
+++ b/main/libvirt/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname=libvirt
pkgver=0.9.4
pkgrel=0
pkgrel=1
pkgdesc="A virtualization API for several hypervisor and container systems"
url="http://libvirt.org/"
arch="all"
@@ -10,8 +10,8 @@ depends="netcat-openbsd python"
makedepends="augeas-dev bridge-utils-dev cyrus-sasl-dev device-mapper 
	e2fsprogs-dev gnutls-dev libcap-ng-dev libgpg-error-dev 
	libnetcf-dev libnl-dev libxml2-dev libxslt-dev libtasn1-dev 
	lvm2-dev gnutls-dev open-iscsi parted-dev perl pkgconfig 
	udev-dev zlib-dev"
	lvm2-dev lxc-dev gnutls-dev open-iscsi parted-dev perl pkgconfig 
	udev-dev xen zlib-dev"
install=
subpackages="$pkgname-dev $pkgname-doc"
source="http://libvirt.org/sources/$pkgname-$pkgver.tar.gz
-- 
1.7.6



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---