[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"
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user