diff options
author | 2013-01-29 17:44:10 +0000 | |
---|---|---|
committer | 2013-01-29 17:44:10 +0000 | |
commit | 4a8d3f4797c9f9383fec11a2b574dc9783155cab (patch) | |
tree | f1b3d0c711114143f50fe42d068548fd7e3397fe /sys-auth/polkit | |
parent | add udev and udev-mount to the sysinit runlevel when this package is first in... (diff) | |
download | gentoo-2-4a8d3f4797c9f9383fec11a2b574dc9783155cab.tar.gz gentoo-2-4a8d3f4797c9f9383fec11a2b574dc9783155cab.tar.bz2 gentoo-2-4a8d3f4797c9f9383fec11a2b574dc9783155cab.zip |
Force USE="debug" to be disabled in dev-lang/spidermonkey to avoid asseration errors as noted by _AxS_.
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-auth/polkit')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.110.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index 7f3be227228f..45b4020e5400 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.130 2013/01/26 11:26:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.131 2013/01/29 17:44:10 ssuominen Exp $ + + 29 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> polkit-0.110.ebuild: + Force USE="debug" to be disabled in dev-lang/spidermonkey to avoid asseration + errors as noted by _AxS_. 26 Jan 2013; Markus Meier <maekke@gentoo.org> polkit-0.110.ebuild: arm stable, bug #452688 diff --git a/sys-auth/polkit/polkit-0.110.ebuild b/sys-auth/polkit/polkit-0.110.ebuild index eaefd7b4b887..82db72ee4c9d 100644 --- a/sys-auth/polkit/polkit-0.110.ebuild +++ b/sys-auth/polkit/polkit-0.110.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild,v 1.4 2013/01/26 11:26:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild,v 1.5 2013/01/29 17:44:10 ssuominen Exp $ EAPI=5 inherit eutils multilib pam pax-utils systemd user @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86" IUSE="examples gtk +introspection kde nls pam selinux systemd" -RDEPEND=">=dev-lang/spidermonkey-1.8.5-r1 +RDEPEND=">=dev-lang/spidermonkey-1.8.5-r1[-debug] >=dev-libs/glib-2.32 >=dev-libs/expat-2 introspection? ( >=dev-libs/gobject-introspection-1 ) |