[net-im/swift] LINGUAS -> L10N

This commit is contained in:
Robert Förster 2016-06-23 13:08:16 +02:00
parent a5094de527
commit 5ff31cb5d8
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ DEPEND="${RDEPEND}
)"
LANGS="ca de es fr gl he hu nl pl ru sk sv"
for X in ${LANGS} ; do
IUSE="${IUSE} linguas_${X}"
IUSE="${IUSE} l10n_${X}"
done
scons_targets=()
@ -57,7 +57,7 @@ src_prepare() {
rm -rf 3rdparty || die
for x in ${LANGS}; do
if use !linguas_${x}; then
if use !l10n_${x}; then
rm -f Swift/Translations/swift_${x}.ts || die
fi
done

View File

@ -42,7 +42,7 @@ DEPEND="${RDEPEND}
)"
LANGS="ca de es fr gl he hu nl pl ru sk sv"
for X in ${LANGS} ; do
IUSE="${IUSE} linguas_${X}"
IUSE="${IUSE} l10n_${X}"
done
scons_targets=()
@ -57,7 +57,7 @@ src_prepare() {
rm -rf 3rdparty || die
for x in ${LANGS}; do
if use !linguas_${x}; then
if use !l10n_${x}; then
rm -f Swift/Translations/swift_${x}.ts || die
fi
done