Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 330143

Summary: qmail.eclass should support "doc" use flag
Product: Gentoo Linux Reporter: Rolf Eike Beer <eike>
Component: EclassesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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?