summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-08-31 22:00:50 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-08-31 22:01:02 +1000
commitbef3e40880f77b9caccde874ef5afa6376c68472 (patch)
treec016f70847cc978418157318f40690cab31f3418
parentx11-misc/sddm: remove old revisions (diff)
downloadgentoo-bef3e40880f77b9caccde874ef5afa6376c68472.tar.gz
gentoo-bef3e40880f77b9caccde874ef5afa6376c68472.tar.bz2
gentoo-bef3e40880f77b9caccde874ef5afa6376c68472.zip
x11-misc/sddm: backport cec1882183eee8385b9d4b3b13a04c1fc2201860 to stable
Gentoo-bug: 592520 Package-Manager: portage-2.3.0
-rw-r--r--x11-misc/sddm/sddm-0.13.0-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/sddm/sddm-0.13.0-r3.ebuild b/x11-misc/sddm/sddm-0.13.0-r3.ebuild
index 6eb6437fd7fc..164a5658399d 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)