Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 415494 Details for
Bug 564108
dev-python/elasticsearch-py-1.8.0: USE=-doc doesn't work
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix USE=doc.
elasticsearch-py-1.8.0-fix-2.patch (text/plain), 545 bytes, created by
A. Wilcox (awilfox)
on 2015-10-26 03:17:07 UTC
(
hide
)
Description:
Fix USE=doc.
Filename:
MIME Type:
Creator:
A. Wilcox (awilfox)
Created:
2015-10-26 03:17:07 UTC
Size:
545 bytes
patch
obsolete
>--- elasticsearch-py-1.8.0.ebuild 2015-10-25 12:26:09.162973049 -0500 >+++ elasticsearch-py-1.8.0-r1.ebuild 2015-10-25 22:13:20.221367075 -0500 >@@ -80,12 +80,14 @@ > > python_compile_all() { > cd docs || die >- emake man $(usex doc html "") >+ use doc && emake man html > } > > python_install_all() { >- use doc && HTML_DOCS=( docs/_build/html/. ) >+ if use doc; then >+ export HTML_DOCS=( docs/_build/html/. ) >+ doman docs/_build/man/* >+ fi > use examples && local EXAMPLES=( example/. ) >- doman docs/_build/man/* > distutils-r1_python_install_all > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 564108
:
415478
| 415494 |
415518
|
415520
|
415524