diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-03-07 00:13:49 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-03-07 00:13:49 +0000 |
commit | ecd6ae7ae7053183decc17a10c38f52ff67fb070 (patch) | |
tree | 36427353814a12885d2c4f60ff06fc3d4a691c36 /sys-auth | |
parent | Version bump #307269 by Arfrever Frehtes Taifersar Arahesis. (diff) | |
download | gentoo-2-ecd6ae7ae7053183decc17a10c38f52ff67fb070.tar.gz gentoo-2-ecd6ae7ae7053183decc17a10c38f52ff67fb070.tar.bz2 gentoo-2-ecd6ae7ae7053183decc17a10c38f52ff67fb070.zip |
Fix minor problems with SRC_URI
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.96.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index 48a1594c68d8..d18406e48efe 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.9 2010/03/07 00:07:51 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.10 2010/03/07 00:13:49 nirbheek Exp $ + + 07 Mar 2010; Nirbheek Chauhan <nirbheek@gentoo.org> polkit-0.96.ebuild: + Fix minor problems with SRC_URI 07 Mar 2010; Nirbheek Chauhan <nirbheek@gentoo.org> polkit-0.96.ebuild: Add experimental shadow support, bug 291116 . Patch thanks to the diff --git a/sys-auth/polkit/polkit-0.96.ebuild b/sys-auth/polkit/polkit-0.96.ebuild index 85d971f080f4..7e427aac03e4 100644 --- a/sys-auth/polkit/polkit-0.96.ebuild +++ b/sys-auth/polkit/polkit-0.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.96.ebuild,v 1.4 2010/03/07 00:07:51 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.96.ebuild,v 1.5 2010/03/07 00:13:49 nirbheek Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit autotools eutils multilib pam DESCRIPTION="Policy framework for controlling privileges for system-wide services" HOMEPAGE="http://hal.freedesktop.org/docs/PolicyKit" SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz -mirror://gentoo/polkit-0.96-shadow-support.patch.bz2" +!pam? ( mirror://gentoo/${P}-shadow-support.patch.bz2 )" LICENSE="GPL-2" SLOT="0" |