From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FADE138334 for ; Sun, 24 Nov 2019 14:03:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B244DE0841; Sun, 24 Nov 2019 14:03:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B01BE0841 for ; Sun, 24 Nov 2019 14:03:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83D5C34D2BA for ; Sun, 24 Nov 2019 14:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E7EF888 for ; Sun, 24 Nov 2019 14:03:23 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1574604192.16f68c9f2e6371bb095d6d19c2bb2298f17c8bf2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/mythtv/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-user/mythtv/mythtv-0.ebuild X-VCS-Directories: acct-user/mythtv/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 16f68c9f2e6371bb095d6d19c2bb2298f17c8bf2 X-VCS-Branch: master Date: Sun, 24 Nov 2019 14:03:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1262ad50-32ea-468d-badc-c621af44e427 X-Archives-Hash: afc87ba17c6b1687eb948eceb28f0180 commit: 16f68c9f2e6371bb095d6d19c2bb2298f17c8bf2 Author: Wilson Michaels earthlink net> AuthorDate: Wed Oct 16 15:34:26 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Nov 24 14:03:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f68c9f 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 earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/13320 Signed-off-by: Joonas Niilola gentoo.org> acct-user/mythtv/mythtv-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acct-user/mythtv/mythtv-0.ebuild b/acct-user/mythtv/mythtv-0.ebuild index a1246bb8eee..affc3f43439 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