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

Bug 536550

Summary: sys-auth/polkit[kde]: adjust dependency on polkit-kde-agent
Product: Gentoo Linux Reporter: Malte E. <malte_e1>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Malte E. 2015-01-14 05:14:43 UTC
sys-auth/polkit-kde-agent and kde-plasma/polkit-kde-agent should both suffice. This should either be adjusted in the tree or an ebuild should be added to kde-overlay.

Reproducible: Always
Comment 1 Elias Probst 2015-01-14 15:25:07 UTC
Currently:

kde? ( sys-auth/polkit-kde-agent )

Should be:

kde? ( || (
    sys-auth/polkit-kde-agent
    kde-plasma/polkit-kde-agent
    ) )
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2015-01-14 18:30:15 UTC
  14 Jan 2015; Manuel Rüger <mrueg@gentoo.org> polkit-0.112-r2.ebuild:
  Add dep on kde-plasma/polkit-kde-agent as suggested by Elias Probst. Fixes bug
  #536550.