diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-12-03 18:45:34 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-12-03 18:45:34 +0000 |
commit | b3b36337611c21d55bbe5c35e56a8bd8074c359c (patch) | |
tree | d48edb50155ae4f730ee6eadfe557411f44696f9 /app-emulation | |
parent | Update libvirt depends since the python bindings have been broken out into th... (diff) | |
download | gentoo-2-b3b36337611c21d55bbe5c35e56a8bd8074c359c.tar.gz gentoo-2-b3b36337611c21d55bbe5c35e56a8bd8074c359c.tar.bz2 gentoo-2-b3b36337611c21d55bbe5c35e56a8bd8074c359c.zip |
Each version adds more symbols into the shared library which the bindings will need to be rebuilt to expose.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-1.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 7e40dbd98f7b..f34d773740d3 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.342 2013/12/03 18:35:31 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.343 2013/12/03 18:45:34 cardoe Exp $ + + 03 Dec 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.2.0.ebuild: + Each version adds more symbols into the shared library which the bindings will + need to be rebuilt to expose. *libvirt-1.2.0 (03 Dec 2013) diff --git a/app-emulation/libvirt/libvirt-1.2.0.ebuild b/app-emulation/libvirt/libvirt-1.2.0.ebuild index 17681673bcc8..6141c0f5d57c 100644 --- a/app-emulation/libvirt/libvirt-1.2.0.ebuild +++ b/app-emulation/libvirt/libvirt-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.0.ebuild,v 1.1 2013/12/03 18:35:31 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.0.ebuild,v 1.2 2013/12/03 18:45:34 cardoe Exp $ EAPI=5 @@ -29,7 +29,7 @@ S="${WORKDIR}/${P%_rc*}" DESCRIPTION="C toolkit to manipulate virtual machines" HOMEPAGE="http://www.libvirt.org/" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/${PV}" IUSE="audit avahi +caps firewalld fuse iscsi +libvirtd lvm lxc +macvtap nfs \ nls numa openvz parted pcap phyp policykit +qemu rbd sasl \ selinux +udev uml +vepa virtualbox virt-network xen elibc_glibc \ |