diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-16 23:19:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-16 23:39:47 +0200 |
commit | 90f424764209a9595fa11950f72157eba44fddd1 (patch) | |
tree | e571b55f734f13b4a7d4e69d2be58bf1b6215370 /dev-python/pylint | |
parent | dev-python/pylint: Remove wrong test restriction (diff) | |
download | gentoo-90f424764209a9595fa11950f72157eba44fddd1.tar.gz gentoo-90f424764209a9595fa11950f72157eba44fddd1.tar.bz2 gentoo-90f424764209a9595fa11950f72157eba44fddd1.zip |
dev-python/pylint: Re-enable out-of-source builds
Diffstat (limited to 'dev-python/pylint')
-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 |