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 4AD7D138330 for ; Wed, 31 Aug 2016 12:01:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C7D521C028; Wed, 31 Aug 2016 12:01:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A86C21C028 for ; Wed, 31 Aug 2016 12:01:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2540333BDC3 for ; Wed, 31 Aug 2016 12:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BCA82472 for ; Wed, 31 Aug 2016 12:01:13 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1472644862.bef3e40880f77b9caccde874ef5afa6376c68472.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sddm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sddm/sddm-0.13.0-r3.ebuild X-VCS-Directories: x11-misc/sddm/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: bef3e40880f77b9caccde874ef5afa6376c68472 X-VCS-Branch: master Date: Wed, 31 Aug 2016 12:01:13 +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-Archives-Salt: 1ba2a646-06ee-4df5-b823-d5363d8e8548 X-Archives-Hash: 5c49266d63f1817cf4a2c51d7a4d8aa9 commit: bef3e40880f77b9caccde874ef5afa6376c68472 Author: Michael Palimaka gentoo org> AuthorDate: Wed Aug 31 12:00:50 2016 +0000 Commit: Michael Palimaka gentoo 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)