commit: 90f424764209a9595fa11950f72157eba44fddd1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 16 21:19:39 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 16 21:39:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f42476
dev-python/pylint: Re-enable out-of-source builds
dev-python/pylint/pylint-1.7.1-r1.ebuild | 3 ---
1 file changed, 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 5ab240286e0..61bf81a9262 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