diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-14 18:29:42 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-14 18:29:42 +0000 |
commit | 45956134be99419e0a383c37030e2dae2eb9585d (patch) | |
tree | 583de2de9fada97d58087b0834d74ac5813131e8 /sys-auth | |
parent | Version bump; drop old (diff) | |
download | gentoo-2-45956134be99419e0a383c37030e2dae2eb9585d.tar.gz gentoo-2-45956134be99419e0a383c37030e2dae2eb9585d.tar.bz2 gentoo-2-45956134be99419e0a383c37030e2dae2eb9585d.zip |
Add dep on kde-plasma/polkit-kde-agent as suggested by Elias Probst. Fixes bug #536550.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 8 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.112-r2.ebuild | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index e76c8a5e7aac..7dcdec0ac43f 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/polkit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.189 2014/11/11 10:48:13 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.190 2015/01/14 18:29:42 mrueg Exp $ + + 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. 11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> polkit-0.112-r2.ebuild: Stable for ia64, wrt bug #525252 diff --git a/sys-auth/polkit/polkit-0.112-r2.ebuild b/sys-auth/polkit/polkit-0.112-r2.ebuild index 5a5193feb928..66e73f30e754 100644 --- a/sys-auth/polkit/polkit-0.112-r2.ebuild +++ b/sys-auth/polkit/polkit-0.112-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild,v 1.15 2014/11/11 10:48:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild,v 1.16 2015/01/14 18:29:42 mrueg Exp $ EAPI=5 inherit eutils multilib pam pax-utils systemd user @@ -41,7 +41,10 @@ PDEPEND=" >=gnome-extra/polkit-gnome-0.105 lxde-base/lxpolkit ) ) - kde? ( sys-auth/polkit-kde-agent ) + kde? ( || ( + kde-plasma/polkit-kde-agent + sys-auth/polkit-kde-agent + ) ) !systemd? ( sys-auth/consolekit[policykit] )" QA_MULTILIB_PATHS=" |