mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
kde-plasma/plasma-meta: Fix pkg_postinst exit condition
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user