This is another bug caused by the broken Makefile.in.in file from intltool-0.40.6 (see bug #264114), and has the nice result of breaking all translations ;) Usual workaround is adding (from pidgin-2.5.7, or geeqie-1.0_beta2-r1): src_prepare() { # Fix intltoolize broken file, see upstream #577133 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i "${S}/po/Makefile.in.in" || die "sed failed" }
Ok, should be all FIXED. Thanks! 5:)