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

Bug 84549

Summary: Openssl doesn't depend on bc
Product: Gentoo Linux Reporter: Kaiting Chen <Phoenixfire159>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kaiting Chen 2005-03-08 13:50:36 UTC
Openssl only depends on bc when running the test suite. Not everyone wants to run the test suite. I'm not sure if somethin like this can fix this:
hasq test $FEATURES && DEPEND="${DEPEND} sys-devel/bc"

Reproducible: Always
Steps to Reproduce:
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-08 16:23:16 UTC
Not possible, portage doesn't support such conditional dependency expressions, it'd break the cache.