diff options
author | Paul Zander <negril.nx+gentoo@gmail.com> | 2024-05-28 12:28:57 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-07-01 23:49:27 +0200 |
commit | 9a5bd6baa88bdba4b5d8a5ef527c0ea5012e5ccd (patch) | |
tree | 407235202a0f0b09549efa9a1ede8c4f1716c4b3 /x11-misc | |
parent | x11-misc/sddm: Drop unnecessary test USEdeps (diff) | |
download | qt-9a5bd6baa88bdba4b5d8a5ef527c0ea5012e5ccd.tar.gz qt-9a5bd6baa88bdba4b5d8a5ef527c0ea5012e5ccd.tar.bz2 qt-9a5bd6baa88bdba4b5d8a5ef527c0ea5012e5ccd.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')
-rw-r--r-- | x11-misc/sddm/sddm-9999.ebuild | 6 |
1 files 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 ) |