Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 173481
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 173398
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Matteo Azzali <mattepiu@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 173481 depends on: Show dependency tree
Bug 173481 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-04-05 16:40 0000
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 From Jakub Moc (RETIRED) 2007-04-05 17:29:33 0000 -------

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

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug