app-office/calligra-l10n-2.3.81 don't compile localization files Reproducible: Always Steps to Reproduce: 1. LINGUAS="ru" emerge =calligra-l10n-2.3.81 2. qlist app-office/calligra-l10n | wc -l Expected Results: Some files must be installed
Patch bellow solve the problem: --- calligra-l10n-2.3.81.ebuild_orig 2011-09-15 18:38:29.000000000 +0700 +++ calligra-l10n-2.3.81.ebuild 2011-09-16 14:34:49.000000000 +0700 @@ -48,7 +48,7 @@ # add all linguas to cmake if [[ -n ${A} ]]; then for lng in ${MY_LANGS}; do - dir="${PN}-${lng}-${MY_PV}" + dir="${PN}-${lng}-${PV}" if [[ -d "${dir}" ]] ; then echo "add_subdirectory( ${dir} )" >> "${S}"/CMakeLists.txt fi
My bad, i have just cs lingua so it didn't install anything correctly, so i expected everything to work :) Fixed in main tree, thanks for the report.