From 16f68c9f2e6371bb095d6d19c2bb2298f17c8bf2 Mon Sep 17 00:00:00 2001 From: Wilson Michaels Date: Wed, 16 Oct 2019 10:34:26 -0500 Subject: acct-user/mythtv: Add cdrom group to mythtv user Closes: https://bugs.gentoo.org/697798 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Wilson Michaels Closes: https://github.com/gentoo/gentoo/pull/13320 Signed-off-by: Joonas Niilola --- acct-user/mythtv/mythtv-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acct-user') diff --git a/acct-user/mythtv/mythtv-0.ebuild b/acct-user/mythtv/mythtv-0.ebuild index a1246bb8eeec..affc3f434398 100644 --- a/acct-user/mythtv/mythtv-0.ebuild +++ b/acct-user/mythtv/mythtv-0.ebuild @@ -7,7 +7,7 @@ inherit acct-user DESCRIPTION="Mythtv mythbackend server/deamon user" ACCT_USER_ID=117 -ACCT_USER_GROUPS=( mythtv video audio tty ) +ACCT_USER_GROUPS=( mythtv video audio cdrom tty ) ACCT_USER_SHELL=/bin/bash ACCT_USER_HOME=/var/lib/mythtv -- cgit v1.2.3-65-gdbad