Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161794 - app-misc/muttprint should USE xface
Summary: app-misc/muttprint should USE xface
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-12 17:13 UTC by Matthias Bethke
Modified: 2007-01-12 17:15 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 Matthias Bethke 2007-01-12 17:13:13 UTC
Muttprint can optionally use X-Face headers, for which it needs the media-libs/compface package. There is a corresponding USE flag already, so it should probably have it in IUSE and have media-libs/compface as a conditional dependency.

Reproducible: Always




Patch for the current stable ebuild:

14c14
< IUSE=""
---
> IUSE="xface"
21c21,22
<       app-text/psutils"
---
>       app-text/psutils
>       xface? ( media-libs/compface )"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-12 17:15:57 UTC
(In reply to comment #0)

We are not adding use flags for dependencies without affecting the compile result in any way; the above patch doesn't do anything.