summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/polkit/polkit-0.106-r2.ebuild')
-rw-r--r--sys-auth/polkit/polkit-0.106-r2.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys-auth/polkit/polkit-0.106-r2.ebuild b/sys-auth/polkit/polkit-0.106-r2.ebuild
index 92fae90c0cff..168e1077ac32 100644
--- a/sys-auth/polkit/polkit-0.106-r2.ebuild
+++ b/sys-auth/polkit/polkit-0.106-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.106-r2.ebuild,v 1.1 2012/06/17 13:44:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.106-r2.ebuild,v 1.2 2012/06/19 08:00:50 ssuominen Exp $
EAPI=4
inherit eutils pam systemd user
@@ -35,10 +35,11 @@ PDEPEND="
lxde-base/lxpolkit
) )
kde? ( sys-auth/polkit-kde-agent )
- !systemd? (
- >=sys-auth/consolekit-0.4.5_p2012[policykit]
- pam? ( sys-auth/pambase[consolekit] )
- )"
+ pam? (
+ systemd? ( sys-auth/pambase[systemd] )
+ !systemd? ( sys-auth/pambase[consolekit] )
+ )
+ !systemd? ( >=sys-auth/consolekit-0.4.5_p2012[policykit] )"
DOCS="docs/TODO HACKING NEWS README"