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 E6AEF138335 for ; Sat, 12 Oct 2019 18:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0AA5E08C2; Sat, 12 Oct 2019 18:08:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C93FDE08C2 for ; Sat, 12 Oct 2019 18:08:37 +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 96F3B34BCA7 for ; Sat, 12 Oct 2019 18:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B337838 for ; Sat, 12 Oct 2019 18:08:34 +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: <1570903611.d5b07617fa4ebc66dec365d955f0e6e694260219.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/cdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/cdm/cdm-0.6.1_pre20180107.ebuild X-VCS-Directories: x11-misc/cdm/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d5b07617fa4ebc66dec365d955f0e6e694260219 X-VCS-Branch: master Date: Sat, 12 Oct 2019 18:08:34 +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: 419265d3-646c-4b0b-96b3-fa32b71f2468 X-Archives-Hash: b10866189da37ef34e86296fae0651e2 commit: d5b07617fa4ebc66dec365d955f0e6e694260219 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 18:06:51 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 18:06:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b07617 x11-misc/cdm: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> x11-misc/cdm/cdm-0.6.1_pre20180107.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/cdm/cdm-0.6.1_pre20180107.ebuild b/x11-misc/cdm/cdm-0.6.1_pre20180107.ebuild index d131c897863..9702b5d25cc 100644 --- a/x11-misc/cdm/cdm-0.6.1_pre20180107.ebuild +++ b/x11-misc/cdm/cdm-0.6.1_pre20180107.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" @@ -22,7 +22,7 @@ RDEPEND="${DEPEND} x11-apps/xinit consolekit? ( sys-auth/consolekit sys-apps/dbus ) - pam? ( virtual/pam )" + pam? ( sys-libs/pam )" src_prepare() { default