diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-06-04 19:46:14 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-06-04 19:46:14 +0000 |
commit | 6b66fbb66854822a577b54389474194ca92eaa4c (patch) | |
tree | 1f448b9b0d0863798c56c13f22b203f40ed41241 /app-emulation/libvirt | |
parent | fixed rc-addon script, local fix for vdr-plugin-2.eclass (diff) | |
download | gentoo-2-6b66fbb66854822a577b54389474194ca92eaa4c.tar.gz gentoo-2-6b66fbb66854822a577b54389474194ca92eaa4c.tar.bz2 gentoo-2-6b66fbb66854822a577b54389474194ca92eaa4c.zip |
Add the qemu user to the kvm group so it can use KVM.
(Portage version: 2.1.10.64/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/libvirt')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.9.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 8bea015b4140..53853a2281cc 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,9 @@ # 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.182 2012/06/04 07:59:24 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.183 2012/06/04 19:46:14 cardoe Exp $ + + 04 Jun 2012; Doug Goldstein <cardoe@gentoo.org> libvirt-0.9.12.ebuild: + Add the qemu user to the kvm group so it can use KVM. *libvirt-0.9.12 (04 Jun 2012) diff --git a/app-emulation/libvirt/libvirt-0.9.12.ebuild b/app-emulation/libvirt/libvirt-0.9.12.ebuild index afbd0aec686e..d06738b1576b 100644 --- a/app-emulation/libvirt/libvirt-0.9.12.ebuild +++ b/app-emulation/libvirt/libvirt-0.9.12.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.12.ebuild,v 1.2 2012/06/04 18:52:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.12.ebuild,v 1.3 2012/06/04 19:46:14 cardoe Exp $ EAPI=4 @@ -99,7 +99,7 @@ pkg_setup() { python_pkg_setup enewgroup qemu 77 - enewuser qemu 77 -1 -1 qemu + enewuser qemu 77 -1 -1 qemu kvm } src_prepare() { |