Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84549 - Openssl doesn't depend on bc
Summary: Openssl doesn't depend on bc
Status: RESOLVED CANTFIX
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:
 
Reported: 2005-03-08 13:50 UTC by Kaiting Chen
Modified: 2005-03-08 16:23 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 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.