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

Bug 333585

Summary: net-mail/fetchmail depends on dev-libs/openssl with sslv2 USE enabled
Product: Gentoo Linux Reporter: Guillaume Castagnino <casta>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 333555    

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