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 78468138334 for ; Sat, 12 Oct 2019 20:26:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBAA6E085A; Sat, 12 Oct 2019 20:26:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6AC5E085A for ; Sat, 12 Oct 2019 20:26:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E863334BC60 for ; Sat, 12 Oct 2019 20:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74E63772 for ; Sat, 12 Oct 2019 20:26:01 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1570911953.5bacb8a86bdbb1b23600514c7eebdb161844d89c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxdm/lxdm-0.5.3-r1.ebuild lxde-base/lxdm/lxdm-0.5.3-r2.ebuild X-VCS-Directories: lxde-base/lxdm/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 5bacb8a86bdbb1b23600514c7eebdb161844d89c X-VCS-Branch: master Date: Sat, 12 Oct 2019 20:26:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01b965f8-90b7-4a95-b204-c37a7f7e07f9 X-Archives-Hash: 9705fb6deec0b0870039a87f3c550aa3 commit: 5bacb8a86bdbb1b23600514c7eebdb161844d89c Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 20:25:53 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 20:25:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bacb8a8 lxde-base/lxdm: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> lxde-base/lxdm/lxdm-0.5.3-r1.ebuild | 4 ++-- 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 02ca951d5af..e40d86c042e 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 ea46e31fd4a..9982e464ec8 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] )