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 | |
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')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.101-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.102.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index d6d630e86f4c..dbd08b163351 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.51 2011/08/06 08:56:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.52 2011/08/28 23:29:20 nirbheek Exp $ + + 28 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> polkit-0.101-r1.ebuild, + polkit-0.102.ebuild: + pambase[consolekit] support is needed to use polkit with pam, add to PDEPEND *polkit-0.102 (06 Aug 2011) 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 ) )" diff --git a/sys-auth/polkit/polkit-0.102.ebuild b/sys-auth/polkit/polkit-0.102.ebuild index 752264c5f779..372ba521068d 100644 --- a/sys-auth/polkit/polkit-0.102.ebuild +++ b/sys-auth/polkit/polkit-0.102.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.102.ebuild,v 1.1 2011/08/06 08:56:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.102.ebuild,v 1.2 2011/08/28 23:29:20 nirbheek Exp $ EAPI=4 inherit eutils pam @@ -27,6 +27,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 ) )" |