diff options
author | eroen <eroen@occam.eroen.eu> | 2014-09-19 14:35:46 +0200 |
---|---|---|
committer | eroen <eroen@occam.eroen.eu> | 2014-09-19 14:37:35 +0200 |
commit | 671532d544a01f784978a48edc05adb4777fbc3a (patch) | |
tree | bdb1ad4c97e6b4e0ebd090e016ecc00928901dd9 | |
parent | cffi-0.8.6 from gentoo (diff) | |
download | eroen-671532d544a01f784978a48edc05adb4777fbc3a.tar.gz eroen-671532d544a01f784978a48edc05adb4777fbc3a.tar.bz2 eroen-671532d544a01f784978a48edc05adb4777fbc3a.zip |
cffi - in source build, tests pollute source tree
-rw-r--r-- | dev-python/cffi/cffi-0.8.6.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/cffi/cffi-0.8.6.ebuild b/dev-python/cffi/cffi-0.8.6.ebuild index 0970f97..c58b9a6 100644 --- a/dev-python/cffi/cffi-0.8.6.ebuild +++ b/dev-python/cffi/cffi-0.8.6.ebuild @@ -4,6 +4,7 @@ EAPI="5" PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) +DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 |