Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/sumwars/
Date: Tue, 28 Jun 2016 06:10:37
Message-Id: 1467094192.ba18194f018b22ac5c51a941e851a104e1265c40.ulm@gentoo
1 commit: ba18194f018b22ac5c51a941e851a104e1265c40
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 06:09:14 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 06:09:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba18194f
7
8 games-rpg/sumwars: Migrate from LINGUAS to L10N.
9
10 Package-Manager: portage-2.3.0
11
12 games-rpg/sumwars/sumwars-0.5.8.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/games-rpg/sumwars/sumwars-0.5.8.ebuild b/games-rpg/sumwars/sumwars-0.5.8.ebuild
16 index 2f897f7..b719ccb 100644
17 --- a/games-rpg/sumwars/sumwars-0.5.8.ebuild
18 +++ b/games-rpg/sumwars/sumwars-0.5.8.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -16,7 +16,7 @@ IUSE="+tools debug"
26
27 LANGS="de en it pl pt ru uk"
28 for L in ${LANGS} ; do
29 - IUSE="${IUSE} linguas_${L}"
30 + IUSE="${IUSE} l10n_${L}"
31 done
32 unset L
33
34 @@ -47,7 +47,7 @@ src_configure() {
35
36 local l langs
37 for l in ${LANGS}; do
38 - if use linguas_${l}; then
39 + if use l10n_${l}; then
40 langs="${langs} ${l}"
41 fi
42 done