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 B047E138359 for ; Sun, 16 Aug 2020 15:57:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF617E0870; Sun, 16 Aug 2020 15:57:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8DD8CE086A for ; Sun, 16 Aug 2020 15:57:47 +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 2F6C634F2C0 for ; Sun, 16 Aug 2020 15:57:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FED7327 for ; Sun, 16 Aug 2020 15:57:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1597446554.c1d27963a33c1e445aea85a69e2df6201e4eeae8.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-base/kdebase-pam/, kde-plasma/kdebase-pam/, kde-plasma/kcheckpass/, ... X-VCS-Repository: proj/kde-sunset X-VCS-Files: kde-base/kdebase-pam/kdebase-pam-7.ebuild kde-plasma/kcheckpass/kcheckpass-4.11.22-r1.ebuild kde-plasma/kdebase-pam/kdebase-pam-10.ebuild kde-plasma/kdm/kdm-4.11.22.ebuild X-VCS-Directories: kde-plasma/kdebase-pam/ kde-base/kdebase-pam/ kde-plasma/kdm/ kde-plasma/kcheckpass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c1d27963a33c1e445aea85a69e2df6201e4eeae8 X-VCS-Branch: master Date: Sun, 16 Aug 2020 15:57:43 +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: acee92ef-1e5b-427d-ae91-daf623337067 X-Archives-Hash: a8f1b5e152a7af52ca3006e00f27c6bf commit: c1d27963a33c1e445aea85a69e2df6201e4eeae8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 14 22:46:23 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 14 23:09:14 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=c1d27963 */*: Follow-up virtual/pam removal, switch to sys-libs/pam Signed-off-by: Andreas Sturmlechner gentoo.org> kde-base/kdebase-pam/kdebase-pam-7.ebuild | 2 +- kde-plasma/kcheckpass/kcheckpass-4.11.22-r1.ebuild | 2 +- kde-plasma/kdebase-pam/kdebase-pam-10.ebuild | 2 +- kde-plasma/kdm/kdm-4.11.22.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-base/kdebase-pam/kdebase-pam-7.ebuild b/kde-base/kdebase-pam/kdebase-pam-7.ebuild index 90dd6b8d..8240071a 100644 --- a/kde-base/kdebase-pam/kdebase-pam-7.ebuild +++ b/kde-base/kdebase-pam/kdebase-pam-7.ebuild @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86" IUSE="" -DEPEND="virtual/pam" +DEPEND="sys-libs/pam" RDEPEND="${DEPEND}" src_install() { diff --git a/kde-plasma/kcheckpass/kcheckpass-4.11.22-r1.ebuild b/kde-plasma/kcheckpass/kcheckpass-4.11.22-r1.ebuild index a77efdf6..d7802e89 100644 --- a/kde-plasma/kcheckpass/kcheckpass-4.11.22-r1.ebuild +++ b/kde-plasma/kcheckpass/kcheckpass-4.11.22-r1.ebuild @@ -11,7 +11,7 @@ KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="debug pam" DEPEND=" - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) " RDEPEND="${DEPEND} pam? ( || ( diff --git a/kde-plasma/kdebase-pam/kdebase-pam-10.ebuild b/kde-plasma/kdebase-pam/kdebase-pam-10.ebuild index 28930ff9..9138b282 100644 --- a/kde-plasma/kdebase-pam/kdebase-pam-10.ebuild +++ b/kde-plasma/kdebase-pam/kdebase-pam-10.ebuild @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" -DEPEND="virtual/pam" +DEPEND="sys-libs/pam" RDEPEND="${DEPEND}" S=${WORKDIR} diff --git a/kde-plasma/kdm/kdm-4.11.22.ebuild b/kde-plasma/kdm/kdm-4.11.22.ebuild index 6c353ad3..9767f5c4 100644 --- a/kde-plasma/kdm/kdm-4.11.22.ebuild +++ b/kde-plasma/kdm/kdm-4.11.22.ebuild @@ -27,7 +27,7 @@ DEPEND=" kerberos? ( virtual/krb5 ) pam? ( kde-plasma/kcheckpass:4 - virtual/pam + sys-libs/pam ) systemd? ( sys-apps/systemd ) "