xfce-extra/xfce4-power-manager: Remove redundant dep on consolekit
authorMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 21:58:42 +0000 (22:58 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Jan 2018 21:59:19 +0000 (22:59 +0100)
Remove USE=systemd and the redundant direct dependency
on sys-auth/consolekit that was controlled through it. The appropriate
dependency along with a little more up-to-date logic is already present
as PDEPEND in sys-auth/polkit itself.

Closes: https://bugs.gentoo.org/639432

xfce-extra/xfce4-power-manager/xfce4-power-manager-1.6.1.ebuild

index f7560dba0b3f3fe27a28b7b17fc394c50c2190e3..011a3210f5ce51b33815047bee95987770d92e68 100644 (file)
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="debug kernel_linux networkmanager +panel-plugin policykit systemd"
+IUSE="debug kernel_linux networkmanager +panel-plugin policykit"
 
 COMMON_DEPEND=">=dev-libs/glib-2.42:=
        >=sys-power/upower-0.99.0
@@ -26,10 +26,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.42:=
        >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
        >=xfce-base/libxfce4util-4.12:=
        panel-plugin? ( >=xfce-base/xfce4-panel-4.12:= )
-       policykit? (
-               >=sys-auth/polkit-0.112
-               !systemd? ( sys-auth/consolekit )
-       )"
+       policykit? ( >=sys-auth/polkit-0.112 )"
 RDEPEND="${COMMON_DEPEND}
        networkmanager? ( net-misc/networkmanager )"
 DEPEND="${COMMON_DEPEND}