diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-02-10 19:13:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-02-10 19:13:10 +0000 |
commit | 58fa407e299c960e60d72c38ae88caf71df37ae3 (patch) | |
tree | cbe5470a188a49f0443723efe1c5bdd3318b0596 /app-emulation | |
parent | add missing zlib dep (bug #402963 comment #2). Thanks Maurizio (diff) | |
download | gentoo-2-58fa407e299c960e60d72c38ae88caf71df37ae3.tar.gz gentoo-2-58fa407e299c960e60d72c38ae88caf71df37ae3.tar.bz2 gentoo-2-58fa407e299c960e60d72c38ae88caf71df37ae3.zip |
Fix REQUIRED_USE logic, and ensure drivers are only brought in with the daemon.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.9.8.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-9999.ebuild | 6 |
3 files changed, 14 insertions, 5 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index b984edd20bec..f87df37ec839 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.151 2012/02/10 03:59:22 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.152 2012/02/10 19:13:10 flameeyes Exp $ + + 10 Feb 2012; Diego E. Pettenò <flameeyes@gentoo.org> libvirt-0.9.8.ebuild, + libvirt-9999.ebuild: + Fix REQUIRED_USE logic, and ensure drivers are only brought in with the + daemon. 10 Feb 2012; Patrick Lauer <patrick@gentoo.org> libvirt-0.9.6.ebuild, libvirt-0.9.8.ebuild, libvirt-9999.ebuild: diff --git a/app-emulation/libvirt/libvirt-0.9.8.ebuild b/app-emulation/libvirt/libvirt-0.9.8.ebuild index c00adeafd8fe..42c7619acb8d 100644 --- a/app-emulation/libvirt/libvirt-0.9.8.ebuild +++ b/app-emulation/libvirt/libvirt-0.9.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild,v 1.4 2012/02/10 03:59:22 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.8.ebuild,v 1.5 2012/02/10 19:13:10 flameeyes Exp $ #BACKPORTS=2 #AUTOTOOLIZE=yes @@ -42,7 +42,9 @@ IUSE="avahi caps debug iscsi +json +libvirtd lvm +lxc macvtap nfs \ nls numa openvz parted pcap phyp policykit python qemu sasl selinux +udev \ uml virtualbox virt-network xen elibc_glibc" # IUSE=one : bug #293416 & bug #299011 -REQUIRED_USE="|| ( lxc openvz qemu uml virtualbox xen )" +REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) ) + lxc? ( libvirtd ) openvz? ( libvirtd ) qemu? ( libvirtd ) uml? ( libvirtd ) + virtualbox? ( libvirtd ) xen? ( libvirtd )" # gettext.sh command is used by the libvirt command wrappers, and it's # non-optional, so put it into RDEPEND. diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index 77c1b10683da..5c7f94b8a8d1 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.16 2012/02/10 03:59:22 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.17 2012/02/10 19:13:10 flameeyes Exp $ #BACKPORTS=2 #AUTOTOOLIZE=yes @@ -42,7 +42,9 @@ IUSE="avahi caps debug iscsi +json +libvirtd lvm +lxc macvtap nfs \ nls numa openvz parted pcap phyp policykit python qemu sasl selinux +udev \ uml virtualbox virt-network xen elibc_glibc" # IUSE=one : bug #293416 & bug #299011 -REQUIRED_USE="|| ( lxc openvz qemu uml virtualbox xen )" +REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) ) + lxc? ( libvirtd ) openvz? ( libvirtd ) qemu? ( libvirtd ) uml? ( libvirtd ) + virtualbox? ( libvirtd ) xen? ( libvirtd )" # gettext.sh command is used by the libvirt command wrappers, and it's # non-optional, so put it into RDEPEND. |