diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 23:25:53 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-10-12 23:25:53 +0300 |
commit | 5bacb8a86bdbb1b23600514c7eebdb161844d89c (patch) | |
tree | 6bb15eb16f22624cd83d8632c88dcf423db9a79d /lxde-base/lxdm | |
parent | sys-auth/pam_u2f: migrate to sys-libs/pam (diff) | |
download | gentoo-5bacb8a86bdbb1b23600514c7eebdb161844d89c.tar.gz gentoo-5bacb8a86bdbb1b23600514c7eebdb161844d89c.tar.bz2 gentoo-5bacb8a86bdbb1b23600514c7eebdb161844d89c.zip |
lxde-base/lxdm: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'lxde-base/lxdm')
-rw-r--r-- | lxde-base/lxdm/lxdm-0.5.3-r1.ebuild | 4 | ||||
-rw-r--r-- | lxde-base/lxdm/lxdm-0.5.3-r2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild b/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild index 02ca951d5afd..e40d86c042e7 100644 --- a/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild +++ b/lxde-base/lxdm/lxdm-0.5.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ RDEPEND="consolekit? ( sys-auth/consolekit ) gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) nls? ( sys-devel/gettext ) - pam? ( virtual/pam )" + pam? ( sys-libs/pam )" DEPEND="${RDEPEND} >=dev-util/intltool-0.40 virtual/pkgconfig" diff --git a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild index ea46e31fd4a6..9982e464ec84 100644 --- a/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild +++ b/lxde-base/lxdm/lxdm-0.5.3-r2.ebuild @@ -21,7 +21,7 @@ DEPEND="consolekit? ( sys-auth/consolekit ) gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) nls? ( sys-devel/gettext ) - pam? ( virtual/pam )" + pam? ( sys-libs/pam )" # We only use the pam modules and not actually link to the code RDEPEND="${DEPEND} elogind? ( sys-auth/elogind[pam] ) |