diff options
author | 2017-07-09 21:02:57 +0900 | |
---|---|---|
committer | 2017-07-09 21:06:41 +0900 | |
commit | 307f544b3906140f507ef70fad419b528dba4c0c (patch) | |
tree | 529b62ac77307d575fb6875e6ed91427a0340f87 /dev-python | |
parent | dev-python/matplotlib: remove bundled qhull (diff) | |
download | gentoo-307f544b3906140f507ef70fad419b528dba4c0c.tar.gz gentoo-307f544b3906140f507ef70fad419b528dba4c0c.tar.bz2 gentoo-307f544b3906140f507ef70fad419b528dba4c0c.zip |
dev-python/pkginfo: remove the sphinx-build path hack.
Bug: 624200
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pkginfo/pkginfo-1.2.1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/pkginfo/pkginfo-1.2.1.ebuild b/dev-python/pkginfo/pkginfo-1.2.1.ebuild index 3911aa247f34..604957471a46 100644 --- a/dev-python/pkginfo/pkginfo-1.2.1.ebuild +++ b/dev-python/pkginfo/pkginfo-1.2.1.ebuild @@ -20,9 +20,6 @@ DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) RDEPEND="${DEPEND}" python_prepare_all() { - sed -e 's:SPHINXBUILD = sphinx-build:SPHINXBUILD = /usr/bin/sphinx-build:' \ - -i docs/Makefile || die - # Disable tests that seek to read the version of pkginfo from an installed state # These test will still become installed and testable once installed sed -e 's:test_w_directory_no_EGG_INFO:_&:' \ |