Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 204153 - media-gfx/graphviz - sanitize built_with_use checks for media-libs/gd
Summary: media-gfx/graphviz - sanitize built_with_use checks for media-libs/gd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-03 03:52 UTC by Jakub Moc (RETIRED)
Modified: 2008-01-03 11:32 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 Jakub Moc (RETIRED) gentoo-dev 2008-01-03 03:52:02 UTC
Please, die just once on the media-libs/gd check, the number of the checks already sucks enough as it is...

<snip>
local gdflags
use png && gdflags="png"
use jpeg && gdflags="${gdflags} jpeg"
if [[ -n ${gdflags} ]] && ! built_with_use media-libs/gd ${gdflags} ; then
        local diemsg="Re-emerge media-libs/gd with USE=\"${gdflags}\""
        eerror "${diemsg}"
        die "${diemsg}"
fi
</snip>
Comment 1 Markus Meier gentoo-dev 2008-01-03 11:32:42 UTC
fixed, thanks for the report.