diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-07 19:06:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-07 19:06:17 +0000 |
commit | 1ff3a8a5f90f5c22487ca91d8ffbd9ee73cd8f5a (patch) | |
tree | dea4e9aa632b180cb5cac8c48f0702e932675e25 | |
parent | Version bump. The new version adds pmount/pumount wrappers, sends notificatio... (diff) | |
download | gentoo-2-1ff3a8a5f90f5c22487ca91d8ffbd9ee73cd8f5a.tar.gz gentoo-2-1ff3a8a5f90f5c22487ca91d8ffbd9ee73cd8f5a.tar.bz2 gentoo-2-1ff3a8a5f90f5c22487ca91d8ffbd9ee73cd8f5a.zip |
Stable for AMD64, wrt bug #397755
(Portage version: 2.1.10.41/cvs/Linux x86_64)
-rw-r--r-- | sys-auth/polkit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.103.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index a6e597231b22..ec3bed682fbd 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.62 2012/01/05 11:09:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.63 2012/01/07 19:06:17 ago Exp $ + + 07 Jan 2012; Agostino Sarubbo <ago@gentoo.org> polkit-0.103.ebuild: + Stable for AMD64, wrt bug #397755 *polkit-0.104 (05 Jan 2012) diff --git a/sys-auth/polkit/polkit-0.103.ebuild b/sys-auth/polkit/polkit-0.103.ebuild index 8fcbf307cb51..f44c463b8851 100644 --- a/sys-auth/polkit/polkit-0.103.ebuild +++ b/sys-auth/polkit/polkit-0.103.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.103.ebuild,v 1.2 2011/12/08 15:39:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.103.ebuild,v 1.3 2012/01/07 19:06:17 ago 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.30 |