summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2009-12-24 16:06:18 +0000
committerAndrey Grozin <grozin@gentoo.org>2009-12-24 16:06:18 +0000
commit180fba5559f464ed915d30829a0f72a3d01d2285 (patch)
treef119b831f5ba2409ffe390ab05f07a8f35d9c67e /dev-python/sympy/files
parentFix tests and add ~amd64 keyword. (diff)
downloadhistorical-180fba5559f464ed915d30829a0f72a3d01d2285.tar.gz
historical-180fba5559f464ed915d30829a0f72a3d01d2285.tar.bz2
historical-180fba5559f464ed915d30829a0f72a3d01d2285.zip
Version bump, bug #298131, thanks to Rafal Muzylo <galtgendo@o2.pl>
Package-Manager: portage-2.2_rc60/cvs/Linux i686
Diffstat (limited to 'dev-python/sympy/files')
-rw-r--r--dev-python/sympy/files/sympy-0.6.6-sphinx.patch (renamed from dev-python/sympy/files/sympy-0.6.4-sphinx.patch)8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/sympy/files/sympy-0.6.4-sphinx.patch b/dev-python/sympy/files/sympy-0.6.6-sphinx.patch
index 2d584aacc0e2..f14c49182194 100644
--- a/dev-python/sympy/files/sympy-0.6.4-sphinx.patch
+++ b/dev-python/sympy/files/sympy-0.6.6-sphinx.patch
@@ -1,7 +1,7 @@
-Index: sympy-0.6.4/doc/Makefile
+Index: sympy-0.6.5/doc/Makefile
===================================================================
---- sympy-0.6.4.orig/doc/Makefile
-+++ sympy-0.6.4/doc/Makefile
+--- sympy-0.6.5.orig/doc/Makefile
++++ sympy-0.6.5/doc/Makefile
@@ -1,14 +1,10 @@
# Makefile for Sphinx documentation
#
@@ -14,7 +14,7 @@ Index: sympy-0.6.4/doc/Makefile
-SPHINXVER = 0.5
-#SPHINXBUILDpy = sphinx/Sphinx-$(SPHINXVER)/sphinx-build.py
-SPHINXBUILDpy = sphinx-build
--SPHINXBUILD = PYTHONPATH=.. $(SPHINXBUILDpy)
+-SPHINXBUILD = PYTHONPATH=..:$(PYTHONPATH) $(SPHINXBUILDpy)
PAPER =
ALLSPHINXOPTS = -d _build/doctrees -D latex_paper_size=$(PAPER) \