mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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] )
|
||||
|
||||
Reference in New Issue
Block a user