--- lcdtest-1.08-r1.ebuild.orig 2009-12-07 03:36:53.000000000 +0300 +++ lcdtest-1.08-r1.ebuild 2009-12-11 23:45:20.560168570 +0300 @@ -32,7 +32,7 @@ eend $? einfo "Generating font" pngtopnm 14P_Arial_Plain_Red.png > help_font.ppm || die pngtopnm failed - ppmtoxpm -name `basename help_font.ppm .ppm`_xpm help_font.ppm || die ppmtoxpm failed + ppmtoxpm -name `basename help_font.ppm .ppm`_xpm help_font.ppm | sed 's/static //;s/black/#000000/;s/magenta/#FF00FF/;s/#E40808/#009900/' > help_font.c || sed failed ebegin "Running final stage compilation" "${CC}" -o help_font.o -c ${CFLAGS} -DRELEASE=${PV} help_font.c || die help_font compilation failed