commit:     135973147d03687c4f415ef521feb5715b313180
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May  7 23:20:46 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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} )
 "

Reply via email to