summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/sumwars/sumwars-0.5.8.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-rpg/sumwars/sumwars-0.5.8.ebuild b/games-rpg/sumwars/sumwars-0.5.8.ebuild
index 2f897f735810..b719ccbd857a 100644
--- a/games-rpg/sumwars/sumwars-0.5.8.ebuild
+++ b/games-rpg/sumwars/sumwars-0.5.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 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} linguas_${L}"
+ IUSE="${IUSE} l10n_${L}"
done
unset L
@@ -47,7 +47,7 @@ src_configure() {
local l langs
for l in ${LANGS}; do
- if use linguas_${l}; then
+ if use l10n_${l}; then
langs="${langs} ${l}"
fi
done