diff options
-rw-r--r-- | acct-user/cynerd/cynerd-0.1.1.ebuild (renamed from acct-user/cynerd/cynerd-0.1.ebuild) | 7 | ||||
-rw-r--r-- | profiles/qemu/make.defaults | 3 | ||||
-rw-r--r-- | profiles/qemu/package.use | 2 |
3 files changed, 12 insertions, 0 deletions
diff --git a/acct-user/cynerd/cynerd-0.1.ebuild b/acct-user/cynerd/cynerd-0.1.1.ebuild index 61010b3..df13e96 100644 --- a/acct-user/cynerd/cynerd-0.1.ebuild +++ b/acct-user/cynerd/cynerd-0.1.1.ebuild @@ -12,6 +12,7 @@ ACCT_USER_GROUPS=( cynerd wheel usb + qemu ) RDEPEND=" @@ -31,6 +32,10 @@ RDEPEND=" lxd? ( app-emulation/lxd ) wireshark? ( net-analyzer/wireshark ) roccat? ( sys-apps/roccat-tools ) + qemu? ( + acct-group/qemu + acct-group/kvm + ) " acct-user_add_deps @@ -51,6 +56,8 @@ pkg_setup() { ACCT_USER_GROUPS+=( wireshark ) use roccat && \ ACCT_USER_GROUPS+=( roccat ) + use qemu && \ + ACCT_USER_GROUPS+=( qemu kvm ) true } diff --git a/profiles/qemu/make.defaults b/profiles/qemu/make.defaults index 0df4f8d..3ebfd09 100644 --- a/profiles/qemu/make.defaults +++ b/profiles/qemu/make.defaults @@ -1,2 +1,5 @@ # vim:ft=gentoo-make-conf QEMU_SOFTMMU_TARGETS="x86_64" + + +USE_EXPAND="QEMU_SOFTMMU_TARGETS" diff --git a/profiles/qemu/package.use b/profiles/qemu/package.use index 70d4797..2a0fba4 100644 --- a/profiles/qemu/package.use +++ b/profiles/qemu/package.use @@ -1,3 +1,5 @@ +acct-user/cynerd qemu + app-emulation/qemu doc usb vhost-net virgl vte xattr fdt aio spice lzo usbredir vde net-misc/spice-gtk gtk3 gstvideo lz4 mjpeg usbredir webdav |