commit:     9a5bd6baa88bdba4b5d8a5ef527c0ea5012e5ccd
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:49:27 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=9a5bd6ba

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-9999.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/sddm/sddm-9999.ebuild b/x11-misc/sddm/sddm-9999.ebuild
index e719cf22..68772651 100644
--- a/x11-misc/sddm/sddm-9999.ebuild
+++ b/x11-misc/sddm/sddm-9999.ebuild
@@ -34,9 +34,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