Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/
Date: Wed, 31 Aug 2016 12:01:19
Message-Id: 1472644862.bef3e40880f77b9caccde874ef5afa6376c68472.kensington@gentoo
1 commit: bef3e40880f77b9caccde874ef5afa6376c68472
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 12:00:50 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 12:01:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef3e408
7
8 x11-misc/sddm: backport cec1882183eee8385b9d4b3b13a04c1fc2201860 to stable
9
10 Gentoo-bug: 592520
11
12 Package-Manager: portage-2.3.0
13
14 x11-misc/sddm/sddm-0.13.0-r3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-misc/sddm/sddm-0.13.0-r3.ebuild b/x11-misc/sddm/sddm-0.13.0-r3.ebuild
18 index 6eb6437..164a565 100644
19 --- a/x11-misc/sddm/sddm-0.13.0-r3.ebuild
20 +++ b/x11-misc/sddm/sddm-0.13.0-r3.ebuild
21 @@ -62,7 +62,7 @@ src_configure() {
22
23 pkg_postinst() {
24 enewgroup ${PN}
25 - enewuser ${PN} -1 -1 /var/lib/${PN} ${PN} video
26 + enewuser ${PN} -1 -1 /var/lib/${PN} ${PN},video
27
28 if use consolekit && use pam && [[ -e "${ROOT}"/etc/pam.d/system-login ]]; then
29 local line=$(grep "pam_ck_connector.*nox11" "${ROOT}"/etc/pam.d/system-login)