app-emulation/libvirt: call enewuser with correct no of args, bug #592684
authorMatthias Maier <tamiko@gentoo.org>
Fri, 2 Sep 2016 14:39:23 +0000 (09:39 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Fri, 2 Sep 2016 14:41:51 +0000 (09:41 -0500)
Package-Manager: portage-2.2.28

app-emulation/libvirt/libvirt-1.3.5-r2.ebuild
app-emulation/libvirt/libvirt-2.0.0-r2.ebuild
app-emulation/libvirt/libvirt-2.1.0-r1.ebuild
app-emulation/libvirt/libvirt-9999.ebuild

index 5c5910ddb9e7122940f7badfd690b3ecde82f07a..780322798a66c798a3f791d73256e90eb1acee29 100644 (file)
@@ -126,7 +126,7 @@ DEPEND="${RDEPEND}
 
 pkg_setup() {
        enewgroup qemu 77
-       enewuser qemu 77 -1 -1 qemu kvm
+       enewuser qemu 77 -1 -1 "qemu,kvm"
 
        # Some people used the masked ebuild which was not adding the qemu
        # user to the kvm group originally. This results in VMs failing to
index 9244e85d8b340b02af995e52163ab046bf0289b1..aef26b7a9a6d844b426d1da2b8a800afbcf0d362 100644 (file)
@@ -125,7 +125,7 @@ DEPEND="${RDEPEND}
 
 pkg_setup() {
        enewgroup qemu 77
-       enewuser qemu 77 -1 -1 qemu kvm
+       enewuser qemu 77 -1 -1 "qemu,kvm"
 
        # Some people used the masked ebuild which was not adding the qemu
        # user to the kvm group originally. This results in VMs failing to
index 9244e85d8b340b02af995e52163ab046bf0289b1..aef26b7a9a6d844b426d1da2b8a800afbcf0d362 100644 (file)
@@ -125,7 +125,7 @@ DEPEND="${RDEPEND}
 
 pkg_setup() {
        enewgroup qemu 77
-       enewuser qemu 77 -1 -1 qemu kvm
+       enewuser qemu 77 -1 -1 "qemu,kvm"
 
        # Some people used the masked ebuild which was not adding the qemu
        # user to the kvm group originally. This results in VMs failing to
index 690843d36c3af4236193b5130a81bf060973f4bf..6664f6a487e8b4f010667a2e76badd1772dcb379 100644 (file)
@@ -125,7 +125,7 @@ DEPEND="${RDEPEND}
 
 pkg_setup() {
        enewgroup qemu 77
-       enewuser qemu 77 -1 -1 qemu kvm
+       enewuser qemu 77 -1 -1 "qemu,kvm"
 
        # Some people used the masked ebuild which was not adding the qemu
        # user to the kvm group originally. This results in VMs failing to