Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 415478 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.patch (text/plain), 606 bytes, created by
A. Wilcox (awilfox)
on 2015-10-25 17:32:35 UTC
(
hide
)
Description:
Fix USE=doc.
Filename:
MIME Type:
Creator:
A. Wilcox (awilfox)
Created:
2015-10-25 17:32:35 UTC
Size:
606 bytes
patch
obsolete
>--- /usr/portage/dev-python/elasticsearch-py/elasticsearch-py-1.8.0.ebuild 2015-10-25 12:26:09.162973049 -0500 >+++ /usr/portage/dev-python/elasticsearch-py/elasticsearch-py-1.8.0-r1.ebuild 2015-10-25 12:29:15.211146094 -0500 >@@ -80,12 +80,11 @@ > > 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/. ) >+ use doc && HTML_DOCS=( docs/_build/html/. ) && doman docs/_build/man/* > 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