Skip to content

Commit

Permalink
kde-plasma/plasma-meta: Fix pkg_postinst exit condition
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jul 5, 2020
1 parent 02b3996 commit 5502b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kde-plasma/plasma-meta/plasma-meta-5.18.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion kde-plasma/plasma-meta/plasma-meta-5.19.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5502b5c

Please sign in to comment.