From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC6341382DF for ; Tue, 28 Jun 2016 06:10:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7A4CE0C45; Tue, 28 Jun 2016 06:10:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 406E2E0C43 for ; Tue, 28 Jun 2016 06:10:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C41E340C8A for ; Tue, 28 Jun 2016 06:10:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2293C2437 for ; Tue, 28 Jun 2016 06:10:33 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1467094192.ba18194f018b22ac5c51a941e851a104e1265c40.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/sumwars/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/sumwars/sumwars-0.5.8.ebuild X-VCS-Directories: games-rpg/sumwars/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ba18194f018b22ac5c51a941e851a104e1265c40 X-VCS-Branch: master Date: Tue, 28 Jun 2016 06:10:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 684e1e7c-1865-48f2-b4ef-008657585b3d X-Archives-Hash: 801fb73bc554727e5e8577b17e6f5826 commit: ba18194f018b22ac5c51a941e851a104e1265c40 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jun 28 06:09:14 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jun 28 06:09:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba18194f games-rpg/sumwars: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0 games-rpg/sumwars/sumwars-0.5.8.ebuild | 6 +++--- 1 file 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 2f897f7..b719ccb 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