diff options
author | Andrey Grozin <grozin@gentoo.org> | 2014-03-13 16:11:29 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2014-03-13 16:11:29 +0000 |
commit | 0efafd22c87f46fea31a0476a26b11030b6c271f (patch) | |
tree | 10de80b22ebb919ecc5c089d1ecf16e9d9e12646 /dev-python/sphinx | |
parent | We should attempt to source /lib/gentoo/functions.sh before we attempt (diff) | |
download | gentoo-2-0efafd22c87f46fea31a0476a26b11030b6c271f.tar.gz gentoo-2-0efafd22c87f46fea31a0476a26b11030b6c271f.tar.bz2 gentoo-2-0efafd22c87f46fea31a0476a26b11030b6c271f.zip |
Fix for #498960 by ero-sennin <ag+services@sologoc.com>
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r-- | dev-python/sphinx/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sphinx/sphinx-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/sphinx/ChangeLog b/dev-python/sphinx/ChangeLog index 5a71e4dfb25b..e5358f50a3de 100644 --- a/dev-python/sphinx/ChangeLog +++ b/dev-python/sphinx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sphinx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.161 2014/03/03 23:29:09 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.162 2014/03/13 16:11:29 grozin Exp $ + + 13 Mar 2014; Andrey Grozin <grozin@gentoo.org> sphinx-1.2.2.ebuild: + Fix for #498960 by ero-sennin <ag+services@sologoc.com> 03 Mar 2014; Tim Harder <radhermit@gentoo.org> -sphinx-1.1.3-r3.ebuild, -sphinx-1.1.3-r5.ebuild, -sphinx-1.1.3-r6.ebuild, -sphinx-1.2.ebuild: diff --git a/dev-python/sphinx/sphinx-1.2.2.ebuild b/dev-python/sphinx/sphinx-1.2.2.ebuild index 6f831d508a5d..30a9bc6cfe62 100644 --- a/dev-python/sphinx/sphinx-1.2.2.ebuild +++ b/dev-python/sphinx/sphinx-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.2.2.ebuild,v 1.1 2014/03/03 23:26:02 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.2.2.ebuild,v 1.2 2014/03/13 16:11:29 grozin Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -48,7 +48,7 @@ python_compile() { } python_compile_all() { - use doc && emake -C doc SPHINXBUILD="${PYTHON} -m sphinx.__init__" html + use doc && emake -C doc SPHINXBUILD='"${PYTHON}" "${S}/sphinx-build.py"' html } python_test() { |