Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 682140

Summary: sys-apps/fwupd-1.2.6 still wants consolekit with USE=elogind
Product: Gentoo Linux Reporter: Joakim Tjernlund <joakim.tjernlund>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Joakim Tjernlund 2019-03-31 14:49:45 UTC
building fwupd with USE=elogind still has in its init.d/fwupd file:
depend() {
	need consolekit dbus
	before xdm
}

I assume consolekit should be replaced with elogind or some agnostic
dependency.
Comment 1 Larry the Git Cow gentoo-dev 2019-03-31 18:40:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dcdcebb67254368e849588d350842f8b6daba4e

commit 4dcdcebb67254368e849588d350842f8b6daba4e
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-03-31 18:40:08 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-03-31 18:40:08 +0000

    sys-apps/fwupd: Revbump to fix init script with USE="elogind"
    
    Closes: https://bugs.gentoo.org/682140
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-apps/fwupd/files/fwupd-r1                               | 13 +++++++++++++
 .../fwupd/{fwupd-1.2.6.ebuild => fwupd-1.2.6-r1.ebuild}     |  6 +++++-
 2 files changed, 18 insertions(+), 1 deletion(-)