summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-10-17 18:22:19 +0000
committerPacho Ramos <pacho@gentoo.org>2010-10-17 18:22:19 +0000
commit61bebdc5df9032a5bc2653d94f8d1641560837f1 (patch)
tree19923bcc464113caad8dd2527a022552f61e21af /app-accessibility/orca
parentVersion bump (diff)
downloadgentoo-2-61bebdc5df9032a5bc2653d94f8d1641560837f1.tar.gz
gentoo-2-61bebdc5df9032a5bc2653d94f8d1641560837f1.tar.bz2
gentoo-2-61bebdc5df9032a5bc2653d94f8d1641560837f1.zip
Finally let orca work when python3 is the preferred interpreter (bug #308261), thanks a lot to Arfrever Frehtes Taifersar Arahesis for finding the fix.
(Portage version: 2.1.9.19/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility/orca')
-rw-r--r--app-accessibility/orca/ChangeLog10
-rw-r--r--app-accessibility/orca/orca-2.32.0-r1.ebuild (renamed from app-accessibility/orca/orca-2.32.0.ebuild)6
2 files changed, 11 insertions, 5 deletions
diff --git a/app-accessibility/orca/ChangeLog b/app-accessibility/orca/ChangeLog
index d3485c2db743..a1e8fabad644 100644
--- a/app-accessibility/orca/ChangeLog
+++ b/app-accessibility/orca/ChangeLog
@@ -1,6 +1,14 @@
# 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.92 2010/10/17 15:07:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/ChangeLog,v 1.93 2010/10/17 18:22:19 pacho Exp $
+
+*orca-2.32.0-r1 (17 Oct 2010)
+
+ 17 Oct 2010; Pacho Ramos <pacho@gentoo.org> -orca-2.32.0.ebuild,
+ +orca-2.32.0-r1.ebuild:
+ Finally let orca work when python3 is the preferred interpreter (bug
+ #308261), thanks a lot to Arfrever Frehtes Taifersar Arahesis for finding
+ the fix.
17 Oct 2010; Raúl Porcel <armin76@gentoo.org> orca-2.30.2.ebuild:
alpha/ia64/sparc stable wrt #324077
diff --git a/app-accessibility/orca/orca-2.32.0.ebuild b/app-accessibility/orca/orca-2.32.0-r1.ebuild
index 9139a03e4544..897b1450f063 100644
--- a/app-accessibility/orca/orca-2.32.0.ebuild
+++ b/app-accessibility/orca/orca-2.32.0-r1.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.2 2010/10/13 20:58:07 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/orca/orca-2.32.0-r1.ebuild,v 1.1 2010/10/17 18:22:19 pacho Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -52,8 +52,6 @@ src_prepare() {
# disable pyc compiling
mv py-compile py-compile.orig
ln -s $(type -P true) py-compile
-
- python_convert_shebangs -r 2 .
}
src_configure() {
@@ -62,7 +60,7 @@ src_configure() {
addpredict "$(unset HOME; echo ~)/.gconfd"
# Needed for import pyatspi
unset DBUS_SESSION_BUS_ADDRESS
- gnome2_src_configure
+ PYTHON="$(PYTHON)" gnome2_src_configure
}
src_compile() {