'${DEVPATH}-l10n.tar.bz2' is always included in SRC_URI, even if LINGUAS is empty. The ebuild says these lines: for Y in ${LANGS1} ; do SRC_URI="${SRC_URI} linguas_${Y}? ( ${DEVPATH}-l10n.tar.bz2 )" done The intent apparently is that the file should be downloaded only if at least one of the LINGUAS is used. So should '${DEVPATH}-l10n.tar.bz2' be removed from the list of filenames above? Otherwise the three lines here are useless. Reproducible: Always
The check is useless indeed, but non-harmful, just forgot to remove it. The current ooo-build does need the l10n-package in each case atm. Removed the check, closing.