summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-06-13 14:45:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-06-13 14:45:40 +0000
commitd3d2e6adbbad5fbed2e21f6a3822b80b0478ad65 (patch)
tree24520c22f2cd82b2cc3a314d0f2753d562031276 /sys-auth
parentwhitespace (diff)
downloadgentoo-2-d3d2e6adbbad5fbed2e21f6a3822b80b0478ad65.tar.gz
gentoo-2-d3d2e6adbbad5fbed2e21f6a3822b80b0478ad65.tar.bz2
gentoo-2-d3d2e6adbbad5fbed2e21f6a3822b80b0478ad65.zip
Missing dev-lang/spidermonkey dependency wrt #420173. Raise dev-libs/glib dependency to >= 2.32 wrt #420307.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/polkit/ChangeLog6
-rw-r--r--sys-auth/polkit/polkit-0.106.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog
index 1e602e15719a..a831e0bf2247 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.77 2012/06/08 00:11:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.78 2012/06/13 14:45:40 ssuominen Exp $
+
+ 13 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> polkit-0.106.ebuild:
+ Missing dev-lang/spidermonkey dependency wrt #420173. Raise dev-libs/glib
+ dependency to >= 2.32 wrt #420307.
*polkit-0.106 (07 Jun 2012)
diff --git a/sys-auth/polkit/polkit-0.106.ebuild b/sys-auth/polkit/polkit-0.106.ebuild
index 1b564bffbe00..d3290e3649d2 100644
--- a/sys-auth/polkit/polkit-0.106.ebuild
+++ b/sys-auth/polkit/polkit-0.106.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.106.ebuild,v 1.2 2012/06/08 00:12:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.106.ebuild,v 1.3 2012/06/13 14:45:40 ssuominen Exp $
EAPI=4
inherit eutils user pam systemd
@@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug examples gtk +introspection kde nls pam systemd"
-RDEPEND=">=dev-libs/glib-2.30
+RDEPEND=">=dev-lang/spidermonkey-1.8.5
+ >=dev-libs/glib-2.32
>=dev-libs/expat-2
introspection? ( >=dev-libs/gobject-introspection-1 )
pam? ( virtual/pam )