Skip to content

Commit

Permalink
games-rpg/sumwars: Migrate from LINGUAS to L10N.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
ulm committed Jun 28, 2016
1 parent 52022f9 commit ba18194
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games-rpg/sumwars/sumwars-0.5.8.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ba18194

Please sign in to comment.