summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Zander <negril.nx+gentoo@gmail.com>2024-05-28 12:28:57 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-07-01 23:47:22 +0200
commitf52f113d29cad299e27d01c40f59f9dffc342167 (patch)
treed895fe736523639799dd82858c00181f3524dfde /x11-misc/sddm
parentx11-misc/sddm: Drop unnecessary test USEdeps (diff)
downloadgentoo-f52f113d29cad299e27d01c40f59f9dffc342167.tar.gz
gentoo-f52f113d29cad299e27d01c40f59f9dffc342167.tar.bz2
gentoo-f52f113d29cad299e27d01c40f59f9dffc342167.zip
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@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/sddm')
-rw-r--r--x11-misc/sddm/sddm-0.21.0_p20240302.ebuild6
1 files 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 )