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 040871382C5 for ; Fri, 7 May 2021 23:24:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 319FEE0817; Fri, 7 May 2021 23:24:14 +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 19B7FE0817 for ; Fri, 7 May 2021 23:24:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1906E340E01 for ; Fri, 7 May 2021 23:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94F3259C for ; Fri, 7 May 2021 23:24:11 +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: <1620429714.135973147d03687c4f415ef521feb5715b313180.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 135973147d03687c4f415ef521feb5715b313180 X-VCS-Branch: master Date: Fri, 7 May 2021 23:24:11 +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: 4b73b093-6c92-44e1-8325-d2b22f01c125 X-Archives-Hash: 6a92d10fe14abe2c87b080ecf76bd522 commit: 135973147d03687c4f415ef521feb5715b313180 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 7 23:20:46 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 7 23:21:54 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=13597314 kde-plasma/plasma-meta: Require elogind[pam] or systemd[pam] People apparently disable pam left and right and I'm having none of it any longer. Bug: https://bugs.gentoo.org/788841 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild | 6 +++++- kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild index ccc776a5d0..240dc1de7b 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.21.5.ebuild @@ -62,6 +62,7 @@ RDEPEND=" ) !sddm? ( x11-misc/lightdm ) ) + elogind? ( sys-auth/elogind[pam] ) grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} ) gtk? ( >=kde-plasma/breeze-gtk-${PV}:${SLOT} @@ -83,7 +84,10 @@ RDEPEND=" pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} ) sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} ) smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} ) - systemd? ( firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) ) + systemd? ( + sys-apps/systemd[pam] + firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) + ) thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} ) " diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index e64a015a47..0176ef7988 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -63,6 +63,7 @@ RDEPEND=" ) !sddm? ( x11-misc/lightdm ) ) + elogind? ( sys-auth/elogind[pam] ) grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} ) gtk? ( >=kde-plasma/breeze-gtk-${PV}:${SLOT} @@ -84,7 +85,10 @@ RDEPEND=" pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} ) sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} ) smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} ) - systemd? ( firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) ) + systemd? ( + sys-apps/systemd[pam] + firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} ) + ) thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} ) wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} ) "