diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-12-11 17:25:46 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-12-11 17:25:46 +0000 |
commit | e56229fdd3b7060ceb283788a48ea8695b083c32 (patch) | |
tree | 707b1e41aebe617d84f13eff6d9c14fd9d863794 /sys-auth | |
parent | Drop no-longer required ebuild. (diff) | |
download | gentoo-2-e56229fdd3b7060ceb283788a48ea8695b083c32.tar.gz gentoo-2-e56229fdd3b7060ceb283788a48ea8695b083c32.tar.bz2 gentoo-2-e56229fdd3b7060ceb283788a48ea8695b083c32.zip |
Add sys-auth/consolekit-0.4.0[polkit] to PDEPEND; needed for checking if the user is in an active/local session via dbus methods
(Portage version: 2.1.7.13/cvs/Linux i686)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.95.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index 634044b9aafa..e2796d6cf5ab 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.3 2009/11/14 16:16:57 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.4 2009/12/11 17:25:46 nirbheek Exp $ + + 11 Dec 2009; Nirbheek Chauhan <nirbheek@gentoo.org> polkit-0.95.ebuild: + Add sys-auth/consolekit-0.4.0[polkit] to PDEPEND; needed for checking if + the user is in an active/local session via dbus methods *polkit-0.95 (14 Nov 2009) diff --git a/sys-auth/polkit/polkit-0.95.ebuild b/sys-auth/polkit/polkit-0.95.ebuild index 3bf3cfa02d69..6ea865444fcb 100644 --- a/sys-auth/polkit/polkit-0.95.ebuild +++ b/sys-auth/polkit/polkit-0.95.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.95.ebuild,v 1.1 2009/11/14 16:16:57 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.95.ebuild,v 1.2 2009/12/11 17:25:46 nirbheek Exp $ EAPI="2" @@ -31,6 +31,7 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.36 dev-util/gtk-doc-am doc? ( >=dev-util/gtk-doc-1.10 )" +PDEPEND=">=sys-auth/consolekit-0.4[policykit]" pkg_setup() { enewgroup polkituser |