[net-im/swift] LINGUAS -> L10N
This commit is contained in:
parent
a5094de527
commit
5ff31cb5d8
@ -42,7 +42,7 @@ DEPEND="${RDEPEND}
|
|||||||
)"
|
)"
|
||||||
LANGS="ca de es fr gl he hu nl pl ru sk sv"
|
LANGS="ca de es fr gl he hu nl pl ru sk sv"
|
||||||
for X in ${LANGS} ; do
|
for X in ${LANGS} ; do
|
||||||
IUSE="${IUSE} linguas_${X}"
|
IUSE="${IUSE} l10n_${X}"
|
||||||
done
|
done
|
||||||
|
|
||||||
scons_targets=()
|
scons_targets=()
|
||||||
@ -57,7 +57,7 @@ src_prepare() {
|
|||||||
rm -rf 3rdparty || die
|
rm -rf 3rdparty || die
|
||||||
|
|
||||||
for x in ${LANGS}; do
|
for x in ${LANGS}; do
|
||||||
if use !linguas_${x}; then
|
if use !l10n_${x}; then
|
||||||
rm -f Swift/Translations/swift_${x}.ts || die
|
rm -f Swift/Translations/swift_${x}.ts || die
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
@ -42,7 +42,7 @@ DEPEND="${RDEPEND}
|
|||||||
)"
|
)"
|
||||||
LANGS="ca de es fr gl he hu nl pl ru sk sv"
|
LANGS="ca de es fr gl he hu nl pl ru sk sv"
|
||||||
for X in ${LANGS} ; do
|
for X in ${LANGS} ; do
|
||||||
IUSE="${IUSE} linguas_${X}"
|
IUSE="${IUSE} l10n_${X}"
|
||||||
done
|
done
|
||||||
|
|
||||||
scons_targets=()
|
scons_targets=()
|
||||||
@ -57,7 +57,7 @@ src_prepare() {
|
|||||||
rm -rf 3rdparty || die
|
rm -rf 3rdparty || die
|
||||||
|
|
||||||
for x in ${LANGS}; do
|
for x in ${LANGS}; do
|
||||||
if use !linguas_${x}; then
|
if use !l10n_${x}; then
|
||||||
rm -f Swift/Translations/swift_${x}.ts || die
|
rm -f Swift/Translations/swift_${x}.ts || die
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user