diff options
-rw-r--r-- | dev-python/pylint/pylint-1.7.1-r1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/pylint/pylint-1.7.1-r1.ebuild b/dev-python/pylint/pylint-1.7.1-r1.ebuild index 5ab240286e04..61bf81a92620 100644 --- a/dev-python/pylint/pylint-1.7.1-r1.ebuild +++ b/dev-python/pylint/pylint-1.7.1-r1.ebuild @@ -33,9 +33,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( ${RDEPEND} )" -# Usual. Requ'd for impl specific failures in test phase -DISTUTILS_IN_SOURCE_BUILD=1 - python_compile_all() { # selection of straight html triggers a trivial annoying bug, we skirt it use doc && PYTHONPATH="${S}" emake -e -C doc singlehtml |