Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 330143 - qmail.eclass should support "doc" use flag
Summary: qmail.eclass should support "doc" use flag
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-28 05:08 UTC by Rolf Eike Beer
Modified: 2016-05-06 08:38 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rolf Eike Beer archtester 2010-07-28 05:08:24 UTC
The qmail eclass should support the "doc" use flag. AFAICT all needed is to make the call to qmail_man_install() in qmail_src_install() conditional.

Reproducible: Always

Steps to Reproduce:




This would probably also solve #61116. Maildrop needs to depend on qmail being emerged with "-doc" then to avoid the man page collision.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-07-28 12:36:44 UTC
It wouldn't begin to solve bug #61116 as many other packages are involved.

If it's only man pages that collide, then why not simply work around the problem using FEATURES=noman?