diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-08-28 23:29:20 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-08-28 23:29:20 +0000 |
commit | 79ce8668f0935432852a30717cfcddbdf3c8a925 (patch) | |
tree | b59c2b6c9401fc0c8c057f4a936e3c7c0af34cde /sys-auth/polkit/polkit-0.101-r1.ebuild | |
parent | Add upstream fix for bug 378597, mis-printing of large image files (diff) | |
download | gentoo-2-79ce8668f0935432852a30717cfcddbdf3c8a925.tar.gz gentoo-2-79ce8668f0935432852a30717cfcddbdf3c8a925.tar.bz2 gentoo-2-79ce8668f0935432852a30717cfcddbdf3c8a925.zip |
pambase[consolekit] support is needed to use polkit with pam, add to PDEPEND
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/polkit/polkit-0.101-r1.ebuild')
-rw-r--r-- | sys-auth/polkit/polkit-0.101-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-auth/polkit/polkit-0.101-r1.ebuild b/sys-auth/polkit/polkit-0.101-r1.ebuild index 9e9c59b98fc5..eb30565b5c74 100644 --- a/sys-auth/polkit/polkit-0.101-r1.ebuild +++ b/sys-auth/polkit/polkit-0.101-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.101-r1.ebuild,v 1.8 2011/07/10 23:42:27 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.101-r1.ebuild,v 1.9 2011/08/28 23:29:20 nirbheek Exp $ EAPI=3 inherit eutils pam @@ -28,6 +28,7 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.36 doc? ( >=dev-util/gtk-doc-1.13 )" PDEPEND=">=sys-auth/consolekit-0.4[policykit] + pam? ( sys-auth/pambase[consolekit] ) gtk? ( || ( >=gnome-extra/polkit-gnome-0.101 lxde-base/lxpolkit ) ) kde? ( || ( sys-auth/polkit-kde-agent sys-auth/polkit-kde ) )" |