Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/mythtv/
Date: Wed, 19 Feb 2020 07:34:35
Message-Id: 1582097020.bcacc2103d21191b3b1c5a805e48e7b3dfeb6254.juippis@gentoo
1 commit: bcacc2103d21191b3b1c5a805e48e7b3dfeb6254
2 Author: Wilson Michaels <thebitpit <AT> earthlink <DOT> net>
3 AuthorDate: Wed Oct 16 15:34:26 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 19 07:23:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcacc210
7
8 acct-user/mythtv: Add cdrom group to mythtv user, fix typo
9
10 Closes: https://bugs.gentoo.org/697798
11 Closes: https://bugs.gentoo.org/707058
12 Package-Manager: Portage-2.3.76, Repoman-2.3.16
13 Signed-off-by: Wilson Michaels <thebitpit <AT> earthlink.net>
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 acct-user/mythtv/mythtv-0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/acct-user/mythtv/mythtv-0.ebuild b/acct-user/mythtv/mythtv-0.ebuild
20 index affc3f43439..79984187e86 100644
21 --- a/acct-user/mythtv/mythtv-0.ebuild
22 +++ b/acct-user/mythtv/mythtv-0.ebuild
23 @@ -1,11 +1,11 @@
24 -# Copyright 2019 Gentoo Authors
25 +# Copyright 2019-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29
30 inherit acct-user
31
32 -DESCRIPTION="Mythtv mythbackend server/deamon user"
33 +DESCRIPTION="Mythtv mythbackend server/daemon user"
34 ACCT_USER_ID=117
35 ACCT_USER_GROUPS=( mythtv video audio cdrom tty )
36 ACCT_USER_SHELL=/bin/bash