Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
*** This bug has been marked as a duplicate of bug 173398 ***