diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-22 12:55:38 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-22 12:55:38 +0000 |
commit | e34efd8a887faea9abdbb9d3ea53778a3f7eefb0 (patch) | |
tree | 2358272a32ee8a390b1b7cbebefeb3471f243b8c /sys-auth | |
parent | stable ppc64, bug #436666 (diff) | |
download | gentoo-2-e34efd8a887faea9abdbb9d3ea53778a3f7eefb0.tar.gz gentoo-2-e34efd8a887faea9abdbb9d3ea53778a3f7eefb0.tar.bz2 gentoo-2-e34efd8a887faea9abdbb9d3ea53778a3f7eefb0.zip |
stable ppc64, bug #436666
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.107-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index fec2221b8333..055924e91d2d 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.113 2012/11/22 10:13:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.114 2012/11/22 12:55:38 blueness Exp $ + + 22 Nov 2012; Anthony G. Basile <blueness@gentoo.org> polkit-0.107-r1.ebuild: + stable ppc64, bug #436666 22 Nov 2012; Agostino Sarubbo <ago@gentoo.org> polkit-0.107-r1.ebuild: Stable for x86, tested by Vincent Olivert Riera <peratu@carrosses.com>, wrt diff --git a/sys-auth/polkit/polkit-0.107-r1.ebuild b/sys-auth/polkit/polkit-0.107-r1.ebuild index 336351f90143..44a8cc87feab 100644 --- a/sys-auth/polkit/polkit-0.107-r1.ebuild +++ b/sys-auth/polkit/polkit-0.107-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.107-r1.ebuild,v 1.9 2012/11/22 10:13:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.107-r1.ebuild,v 1.10 2012/11/22 12:55:38 blueness Exp $ EAPI=4 inherit eutils multilib pam pax-utils systemd user @@ -11,7 +11,7 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~mips ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~mips ppc ppc64 ~sparc x86" IUSE="examples gtk +introspection kde nls pam selinux systemd" RDEPEND=">=dev-lang/spidermonkey-1.8.5-r1 |