From: Wilson Michaels Date: Wed, 16 Oct 2019 15:34:26 +0000 (-0500) Subject: acct-user/mythtv: Add cdrom group to mythtv user, fix typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bcacc2103d21191b3b1c5a805e48e7b3dfeb6254;p=gentoo.git 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 Signed-off-by: Joonas Niilola --- 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