Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630726 - net-libs/zeromq Support USE=doc
Summary: net-libs/zeromq Support USE=doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Thomas Deutschmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-11 20:14 UTC by Troy C
Modified: 2017-10-06 17:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
support USE=doc in zeromq ebuild (zeromq-USEdoc.diff,856 bytes, patch)
2017-09-11 20:25 UTC, Troy C
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Troy C 2017-09-11 20:14:14 UTC
Hello,

Attached is a suggested patch to make documentation optional, avoiding dependencies on asciidoc.

Let me know if something is missing or incorrect, but this worked on my system in a quick test.

Thanks!

Reproducible: Always
Comment 1 Troy C 2017-09-11 20:25:39 UTC
Created attachment 494066 [details, diff]
support USE=doc in zeromq ebuild
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2017-09-24 20:20:37 UTC
Upstream provides "--without-docs" switch so I'll use this one. Thanks for the report.
Comment 3 Larry the Git Cow gentoo-dev 2017-09-24 20:22:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4316f287b3d0fa955df281fd9feb9708c5ff61ea

commit 4316f287b3d0fa955df281fd9feb9708c5ff61ea
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2017-09-24 20:22:16 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2017-09-24 20:22:35 +0000

    net-libs/zeromq: Add "doc" USE flag
    
    Closes: https://bugs.gentoo.org/630726
    Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-libs/zeromq/zeromq-4.2.2-r2.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
Comment 4 Troy C 2017-10-06 17:06:37 UTC
Cool, that's better, thanks!