Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254595 - mail-client/claws-mail-3.7.0 - ssl and gnutls USE flags conflict
Summary: mail-client/claws-mail-3.7.0 - ssl and gnutls USE flags conflict
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christian Faulhammer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-11 23:13 UTC by Neil Bothwick
Modified: 2009-01-13 08:29 UTC (History)
2 users (show)

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


Attachments
Patch for claws-mail-3.7.0 ebuild (claws-mail-3.7.0.patch,524 bytes, patch)
2009-01-11 23:14 UTC, Neil Bothwick
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Bothwick 2009-01-11 23:13:26 UTC
The ssl and gnutls USE glags eacg enable/disable gnutls now that claws-mail does not use SSL. As a result, if you have USE"=gnutls -ssl", claws is configured with "--enable -gnutls --disable-gnutls", which disable the very feature you were trying to turn on. This patch fixes the problem in the 3.7.0 ebuild, or you could simply drop the ssl USE flag.
Comment 1 Neil Bothwick 2009-01-11 23:14:40 UTC
Created attachment 178139 [details, diff]
Patch for claws-mail-3.7.0 ebuild
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-01-13 04:43:44 UTC
Reassigning to / CCing maintainers / net-mail herd.
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2009-01-13 08:29:12 UTC
Right, to comfort users I let USE=ssl do the same as USE=gnutls, but I did not think that people would actually switch off USE=ssl. :)

Fixed, but in a different way: I handle it like the USE=imap|nntp dependency with a local configuration variable.