projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52022f9
)
games-rpg/sumwars: Migrate from LINGUAS to L10N.
author
Ulrich Müller
<ulm@gentoo.org>
Tue, 28 Jun 2016 06:09:14 +0000
(08:09 +0200)
committer
Ulrich Müller
<ulm@gentoo.org>
Tue, 28 Jun 2016 06:09:52 +0000
(08:09 +0200)
Package-Manager: portage-2.3.0
games-rpg/sumwars/sumwars-0.5.8.ebuild
patch
|
blob
|
history
diff --git
a/games-rpg/sumwars/sumwars-0.5.8.ebuild
b/games-rpg/sumwars/sumwars-0.5.8.ebuild
index 2f897f735810aa41e8977ff9b64703f3facfdb7d..b719ccbd857ad58eb8d3587c034ca8d9c1a31067 100644
(file)
--- a/
games-rpg/sumwars/sumwars-0.5.8.ebuild
+++ b/
games-rpg/sumwars/sumwars-0.5.8.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@
-16,7
+16,7
@@
IUSE="+tools debug"
LANGS="de en it pl pt ru uk"
for L in ${LANGS} ; do
- IUSE="${IUSE} l
inguas
_${L}"
+ IUSE="${IUSE} l
10n
_${L}"
done
unset L
@@
-47,7
+47,7
@@
src_configure() {
local l langs
for l in ${LANGS}; do
- if use l
inguas
_${l}; then
+ if use l
10n
_${l}; then
langs="${langs} ${l}"
fi
done