diff options
| author | eroen | 2014-12-31 01:29:58 +0100 |
|---|---|---|
| committer | eroen | 2015-01-06 01:06:15 +0100 |
| commit | 1b1f22654391eb2f7efd82023aa6523b80dcb526 (patch) | |
| tree | d1a88291d4819a2c1b354e907a2ff83a40eb778e | |
| parent | c365f6970bc91f618fa6b8346a5dfa8d98c0a06e (diff) | |
| download | eroen-overlay-1b1f22654391eb2f7efd82023aa6523b80dcb526.tar.gz eroen-overlay-1b1f22654391eb2f7efd82023aa6523b80dcb526.tar.bz2 eroen-overlay-1b1f22654391eb2f7efd82023aa6523b80dcb526.tar.xz | |
cffi - fix failglob
| -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 c58b9a67..1f7cfaf0 100644 --- a/dev-python/cffi/cffi-0.8.6.ebuild +++ b/dev-python/cffi/cffi-0.8.6.ebuild @@ -21,6 +21,7 @@ RDEPEND="virtual/libffi dev-python/pycparser[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" +DOCS="" python_compile_all() { use doc && emake -C doc html |
