commit: bef3e40880f77b9caccde874ef5afa6376c68472
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 12:00:50 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 12:01:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef3e408
x11-misc/sddm: backport cec1882183eee8385b9d4b3b13a04c1fc2201860 to stable
Gentoo-bug: 592520
Package-Manager: portage-2.3.0
x11-misc/sddm/sddm-0.13.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/sddm/sddm-0.13.0-r3.ebuild
b/x11-misc/sddm/sddm-0.13.0-r3.ebuild
index 6eb6437..164a565 100644
--- a/x11-misc/sddm/sddm-0.13.0-r3.ebuild
+++ b/x11-misc/sddm/sddm-0.13.0-r3.ebuild
@@ -62,7 +62,7 @@ src_configure() {
pkg_postinst() {
enewgroup ${PN}
- enewuser ${PN} -1 -1 /var/lib/${PN} ${PN} video
+ enewuser ${PN} -1 -1 /var/lib/${PN} ${PN},video
if use consolekit && use pam && [[ -e "${ROOT}"/etc/pam.d/system-login
]]; then
local line=$(grep "pam_ck_connector.*nox11"
"${ROOT}"/etc/pam.d/system-login)