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 ***