diff options
author | Karel Kočí <cynerd@email.cz> | 2021-03-23 13:03:08 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-03-23 13:03:08 +0100 |
commit | b3833f738266e74c106df4c55a7f4f4cc89c390c (patch) | |
tree | 9817539444f9c156c3a1903aea345fb0ab6b806b /acct-user/cynerd | |
parent | 6a6fc077ee839f02140fd3a43f6fadec55434923 (diff) | |
download | gentoo-personal-overlay-b3833f738266e74c106df4c55a7f4f4cc89c390c.tar.gz gentoo-personal-overlay-b3833f738266e74c106df4c55a7f4f4cc89c390c.tar.bz2 gentoo-personal-overlay-b3833f738266e74c106df4c55a7f4f4cc89c390c.zip |
acct-user/cynerd: add qemu
Diffstat (limited to 'acct-user/cynerd')
-rw-r--r-- | acct-user/cynerd/cynerd-0.1.1.ebuild (renamed from acct-user/cynerd/cynerd-0.1.ebuild) | 7 |
1 files changed, 7 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 } |