commit:     f52f113d29cad299e27d01c40f59f9dffc342167
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Tue May 28 10:28:57 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 21:47:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52f113d

x11-misc/sddm: 0.21.0_p20240302 simplify depspec

>From "^^ ( elogind systemd )" follows "!systemd == elogind" so use that to
simplify the depspec

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/sddm/sddm-0.21.0_p20240302.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild 
b/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild
index 9f48fbb34274..4999e5d18ab3 100644
--- a/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild
+++ b/x11-misc/sddm/sddm-0.21.0_p20240302.ebuild
@@ -36,9 +36,11 @@ COMMON_DEPEND="
        sys-libs/pam
        x11-libs/libXau
        x11-libs/libxcb:=
-       elogind? ( sys-auth/elogind[pam] )
+       elogind? (
+               sys-auth/elogind[pam]
+               sys-power/upower
+       )
        systemd? ( sys-apps/systemd:=[pam] )
-       !systemd? ( sys-power/upower )
 "
 DEPEND="${COMMON_DEPEND}
        test? ( >=dev-qt/qtbase-${QTMIN}:6 )

Reply via email to