Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333585 - net-mail/fetchmail depends on dev-libs/openssl with sslv2 USE enabled
Summary: net-mail/fetchmail depends on dev-libs/openssl with sslv2 USE enabled
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 333555
  Show dependency tree
 
Reported: 2010-08-20 09:10 UTC by Guillaume Castagnino
Modified: 2010-08-20 11:33 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 Guillaume Castagnino 2010-08-20 09:10:11 UTC
When compiled with ssl support, fetchmail relies on symbol SSLv2_client_method wich is present only when openssl is compiled with sslv2 USE flag

depend should be something like :
ssl? ( || ( <dev-libs/openssl-1.0.0 >=dev-libs/openssl-1*[sslv2] ) )


This problem is introduced since this bug #332661 is in tree