Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681328 - gnome-base/gnome-control-center: RDEPENDs on either >=sys-apps/systemd-31 or sys-auth/consolekit
Summary: gnome-base/gnome-control-center: RDEPENDs on either >=sys-apps/systemd-31 or ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: elogind-support
  Show dependency tree
 
Reported: 2019-03-22 23:47 UTC by Andreas Sturmlechner
Modified: 2019-03-23 09:24 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 Andreas Sturmlechner gentoo-dev 2019-03-22 23:47:11 UTC
ebuild currently has:

> || ( >=sys-apps/systemd-31 ( app-admin/openrc-settingsd sys-auth/consolekit ) )
Comment 1 Larry the Git Cow gentoo-dev 2019-03-23 09:24:40 UTC
The bug has been closed via the following commit(s):

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

commit d74238b6bd95785271fd11be7bd7297e7447f1c3
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2019-03-23 09:21:24 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2019-03-23 09:21:33 +0000

    gnome-base/gnome-control-center: add elogind support
    
    The power panel uses logind to check for suspend and hibernate
    support. The color panel uses logind to disallow lid switch
    and inhibit idle during calibration runs.
    
    This revbump was accidentally not committed before. Should be
    the last to enable "emerge gnome" to really work now on openrc
    with elogind.
    
    Consolekit option is removed, as the codebase actually doesn't
    have any support for it whatsoever. openrc-settings dep remains
    for the non-systemd path, as these services are used as well.
    
    Closes: https://bugs.gentoo.org/681328
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 .../gnome-control-center-3.30.3-r1.ebuild          | 160 +++++++++++++++++++++
 1 file changed, 160 insertions(+)