diff --git a/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild index 21f98aa79e0ed..6cec1857bb3bb 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild @@ -84,7 +84,7 @@ RDEPEND=" pkg_postinst() { has_version sys-auth/consolekit || return - use elogind || use systemd && return + use elogind || use systemd || return ewarn "An existing installation of sys-auth/consolekit was detected even though" ewarn "${PN} was configured with USE $(usex elogind elogind systemd)." ewarn "There can only be one session manager at runtime, otherwise random issues" diff --git a/kde-plasma/plasma-meta/plasma-meta-5.19.2.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.19.2.ebuild index 08348f247127a..4fea36bac7239 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.19.2.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.19.2.ebuild @@ -85,7 +85,7 @@ RDEPEND=" pkg_postinst() { has_version sys-auth/consolekit || return - use elogind || use systemd && return + use elogind || use systemd || return ewarn "An existing installation of sys-auth/consolekit was detected even though" ewarn "${PN} was configured with USE $(usex elogind elogind systemd)." ewarn "There can only be one session manager at runtime, otherwise random issues"