Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxdm/
Date: Sat, 12 Oct 2019 20:26:04
Message-Id: 1570911953.5bacb8a86bdbb1b23600514c7eebdb161844d89c.zlogene@gentoo
1 commit: 5bacb8a86bdbb1b23600514c7eebdb161844d89c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 20:25:53 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 20:25:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bacb8a8
7
8 lxde-base/lxdm: migrate to sys-libs/pam
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 lxde-base/lxdm/lxdm-0.5.3-r1.ebuild | 4 ++--
14 lxde-base/lxdm/lxdm-0.5.3-r2.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild b/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild
18 index 02ca951d5af..e40d86c042e 100644
19 --- a/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild
20 +++ b/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -21,7 +21,7 @@ RDEPEND="consolekit? ( sys-auth/consolekit )
28 gtk3? ( x11-libs/gtk+:3 )
29 !gtk3? ( x11-libs/gtk+:2 )
30 nls? ( sys-devel/gettext )
31 - pam? ( virtual/pam )"
32 + pam? ( sys-libs/pam )"
33 DEPEND="${RDEPEND}
34 >=dev-util/intltool-0.40
35 virtual/pkgconfig"
36
37 diff --git a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
38 index ea46e31fd4a..9982e464ec8 100644
39 --- a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
40 +++ b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild
41 @@ -21,7 +21,7 @@ DEPEND="consolekit? ( sys-auth/consolekit )
42 gtk3? ( x11-libs/gtk+:3 )
43 !gtk3? ( x11-libs/gtk+:2 )
44 nls? ( sys-devel/gettext )
45 - pam? ( virtual/pam )"
46 + pam? ( sys-libs/pam )"
47 # We only use the pam modules and not actually link to the code
48 RDEPEND="${DEPEND}
49 elogind? ( sys-auth/elogind[pam] )