Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173481 - sci-electronics/geda, sci-libs/libgeda - built_with_use check still broken
Summary: sci-electronics/geda, sci-libs/libgeda - built_with_use check still broken
Status: RESOLVED DUPLICATE of bug 173398
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-05 16:40 UTC by Matteo Azzali (RETIRED)
Modified: 2007-04-05 17:29 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 Matteo Azzali (RETIRED) gentoo-dev 2007-04-05 16:40:11 UTC
the line:
use gd && built_with_use media-libs/gd png || die "media-libs/gd must be compiled with USE=png"

in the ebuild results in emerge fail if gd flag is not set..... correct version should be:

if use gd ; then
built_with_use media-libs/gd png || die "media-libs/gd must be compiled with USE=png"
fi

please update...

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-04-05 17:29:33 UTC

*** This bug has been marked as a duplicate of bug 173398 ***