diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-13 20:58:07 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-10-13 20:58:07 +0000 |
commit | 3bc4c8d4d5af5e14672f00f86d23c51694e65f80 (patch) | |
tree | 93819ea7835d6de02722f3da4e81921c8c93ca04 /app-accessibility | |
parent | Improve support of python eclass, bug #326101. (diff) | |
download | gentoo-2-3bc4c8d4d5af5e14672f00f86d23c51694e65f80.tar.gz gentoo-2-3bc4c8d4d5af5e14672f00f86d23c51694e65f80.tar.bz2 gentoo-2-3bc4c8d4d5af5e14672f00f86d23c51694e65f80.zip |
Unset dbus env variable to fix pyatspi module detection.
(Portage version: 2.2_rc89/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/orca/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/orca/orca-2.32.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-accessibility/orca/ChangeLog b/app-accessibility/orca/ChangeLog index 32d5dc44bd79..ee72c69d7090 100644 --- a/app-accessibility/orca/ChangeLog +++ b/app-accessibility/orca/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/orca # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.90 2010/10/12 18:17:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.91 2010/10/13 20:58:07 eva Exp $ + + 13 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> orca-2.32.0.ebuild: + Unset dbus env variable to fix pyatspi module detection. *orca-2.32.0 (12 Oct 2010) diff --git a/app-accessibility/orca/orca-2.32.0.ebuild b/app-accessibility/orca/orca-2.32.0.ebuild index 6d079f51f4a5..9139a03e4544 100644 --- a/app-accessibility/orca/orca-2.32.0.ebuild +++ b/app-accessibility/orca/orca-2.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.32.0.ebuild,v 1.1 2010/10/12 18:17:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.32.0.ebuild,v 1.2 2010/10/13 20:58:07 eva Exp $ EAPI="3" GCONF_DEBUG="no" @@ -60,6 +60,8 @@ src_configure() { # FIXME: Workaround for bug #325611 until root cause is found addpredict "$(unset HOME; echo ~)/.gconf" addpredict "$(unset HOME; echo ~)/.gconfd" + # Needed for import pyatspi + unset DBUS_SESSION_BUS_ADDRESS gnome2_src_configure } |