Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284271 - mail-client/evolution should use USE-deps for app-crypt/pinentry graphical frontend
Summary: mail-client/evolution should use USE-deps for app-crypt/pinentry graphical fr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 15:35 UTC by dolphinling
Modified: 2009-09-09 19:36 UTC (History)
0 users

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


Attachments
untested patch (evolutionebuild.patch,1.51 KB, patch)
2009-09-09 15:54 UTC, dolphinling
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dolphinling 2009-09-09 15:35:44 UTC
The evolution ebuild currently checks if app-crypt/pinentry was built with the gtk or qt3 keywords and dies if not. It should be changed to a use-conditional dependency.

Note that evolution doesn't currently depend on pinentry; evolution depends on gnupg which depends on pinentry. gnupg's dependency on pinentry is unconditional, though.

Reproducible: Always

Steps to Reproduce:
Comment 1 dolphinling 2009-09-09 15:50:30 UTC
Sorry, got my terminology wrong, I meant a built with use dependency, not a use-conditional dependency.
Comment 2 dolphinling 2009-09-09 15:54:20 UTC
Created attachment 203602 [details, diff]
untested patch

Here is an untested patch meant as an example.

It keeps the logic of depending on either the gtk or the qt3 use flag, and only if >=gnupg-2.0.1-r2 is used. That makes is a little messy.
Comment 3 Romain Perier (RETIRED) gentoo-dev 2009-09-09 19:36:04 UTC
Fixed into the main tree without a bump.

thanks for reporting