diff options
author | Wilson Michaels <thebitpit@earthlink.net> | 2019-10-16 10:34:26 -0500 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-02-19 09:23:40 +0200 |
commit | bcacc2103d21191b3b1c5a805e48e7b3dfeb6254 (patch) | |
tree | 9e503450a87d217db21aa61aa94327f4c6702c07 /acct-user | |
parent | dev-python/spyder-kernels: fix manifest mirroring (diff) | |
download | gentoo-bcacc2103d21191b3b1c5a805e48e7b3dfeb6254.tar.gz gentoo-bcacc2103d21191b3b1c5a805e48e7b3dfeb6254.tar.bz2 gentoo-bcacc2103d21191b3b1c5a805e48e7b3dfeb6254.zip |
acct-user/mythtv: Add cdrom group to mythtv user, fix typo
Closes: https://bugs.gentoo.org/697798
Closes: https://bugs.gentoo.org/707058
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Wilson Michaels <thebitpit@earthlink.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/mythtv/mythtv-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acct-user/mythtv/mythtv-0.ebuild b/acct-user/mythtv/mythtv-0.ebuild index affc3f434398..79984187e86a 100644 --- a/acct-user/mythtv/mythtv-0.ebuild +++ b/acct-user/mythtv/mythtv-0.ebuild @@ -1,11 +1,11 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit acct-user -DESCRIPTION="Mythtv mythbackend server/deamon user" +DESCRIPTION="Mythtv mythbackend server/daemon user" ACCT_USER_ID=117 ACCT_USER_GROUPS=( mythtv video audio cdrom tty ) ACCT_USER_SHELL=/bin/bash |