Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682140 - sys-apps/fwupd-1.2.6 still wants consolekit with USE=elogind
Summary: sys-apps/fwupd-1.2.6 still wants consolekit with USE=elogind
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-31 14:49 UTC by Joakim Tjernlund
Modified: 2019-03-31 18:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)