diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-10-15 14:45:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-10-15 14:45:16 +0000 |
commit | 42efb93ee65c3d29ae32d7d024746959ebf0192e (patch) | |
tree | 330dcc2152c32da2aeeadcd0bdd93bfd533f1914 /sys-auth | |
parent | ppc stable wrt #385211 (diff) | |
download | gentoo-2-42efb93ee65c3d29ae32d7d024746959ebf0192e.tar.gz gentoo-2-42efb93ee65c3d29ae32d7d024746959ebf0192e.tar.bz2 gentoo-2-42efb93ee65c3d29ae32d7d024746959ebf0192e.zip |
Stable on amd64 wrt bug #387163
(Portage version: 2.2.0_alpha67/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.102.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index dbd08b163351..397796365934 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,9 @@ # 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.52 2011/08/28 23:29:20 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.53 2011/10/15 14:45:16 hwoarang Exp $ + + 15 Oct 2011; Markos Chandras <hwoarang@gentoo.org> polkit-0.102.ebuild: + Stable on amd64 wrt bug #387163 28 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> polkit-0.101-r1.ebuild, polkit-0.102.ebuild: diff --git a/sys-auth/polkit/polkit-0.102.ebuild b/sys-auth/polkit/polkit-0.102.ebuild index 372ba521068d..f985650808a5 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.2 2011/08/28 23:29:20 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.102.ebuild,v 1.3 2011/10/15 14:45:16 hwoarang Exp $ EAPI=4 inherit eutils pam @@ -11,7 +11,7 @@ SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug doc examples gtk +introspection kde nls pam" RDEPEND=">=dev-libs/glib-2.28 |