diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-22 10:13:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-22 10:13:00 +0000 |
commit | 171a9f741a285ea53169454437faa7059fea7102 (patch) | |
tree | 25824f7a2c2edac5c6f78af68eacb67696e06385 /sys-auth | |
parent | Stable for x86, tested by Vincent Olivert Riera <peratu@carrosses.com>, wrt b... (diff) | |
download | gentoo-2-171a9f741a285ea53169454437faa7059fea7102.tar.gz gentoo-2-171a9f741a285ea53169454437faa7059fea7102.tar.bz2 gentoo-2-171a9f741a285ea53169454437faa7059fea7102.zip |
Stable for x86, tested by Vincent Olivert Riera <peratu@carrosses.com>, wrt bug #436666
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.107-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index 70a3f774e49f..fec2221b8333 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,10 @@ # 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.112 2012/11/21 22:24:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.113 2012/11/22 10:13:00 ago Exp $ + + 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 + bug #436666 21 Nov 2012; Anthony G. Basile <blueness@gentoo.org> polkit-0.107-r1.ebuild: stable ppc, bug #436666, thanks peratu diff --git a/sys-auth/polkit/polkit-0.107-r1.ebuild b/sys-auth/polkit/polkit-0.107-r1.ebuild index a2c1938756c3..336351f90143 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.8 2012/11/21 22:24:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.107-r1.ebuild,v 1.9 2012/11/22 10:13:00 ago 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 |