From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-996379-garchives=archives.gentoo.org@lists.gentoo.org>
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 67EF1138330
	for <garchives@archives.gentoo.org>; Tue,  9 Jan 2018 02:00:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 50F65E0940;
	Tue,  9 Jan 2018 02:00:13 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 30FD4E0949
	for <gentoo-commits@lists.gentoo.org>; Tue,  9 Jan 2018 02:00:13 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3BE313411B4
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jan 2018 17:33:16 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BD82A186
	for <gentoo-commits@lists.gentoo.org>; Mon,  8 Jan 2018 17:33:14 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
Message-ID: <1515432786.f48532ac2130fc8a08e368fe94bb31522e863dba.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mathgl/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-libs/mathgl/mathgl-2.3.4-r1.ebuild
X-VCS-Directories: sci-libs/mathgl/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: f48532ac2130fc8a08e368fe94bb31522e863dba
X-VCS-Branch: master
Date: Mon,  8 Jan 2018 17:33:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 156ee25e-a00b-47df-91d5-fea1394768d1
X-Archives-Hash: 3f9108319f90924ea50822e9a30082d8

commit:     f48532ac2130fc8a08e368fe94bb31522e863dba
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 17:33:06 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 17:33:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48532ac

sci-libs/mathgl: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-libs/mathgl/mathgl-2.3.4-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/mathgl/mathgl-2.3.4-r1.ebuild b/sci-libs/mathgl/mathgl-2.3.4-r1.ebuild
index f42b9c87871..187531c3a89 100644
--- a/sci-libs/mathgl/mathgl-2.3.4-r1.ebuild
+++ b/sci-libs/mathgl/mathgl-2.3.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,7 +20,7 @@ IUSE="doc fltk gif glut gsl hdf hdf5 jpeg lua mpi octave opengl openmp pdf
 
 LANGS="ru"
 for l in ${LANGS}; do
-	IUSE+=" linguas_${l}"
+	IUSE+=" l10n_${l}"
 done
 unset l
 
@@ -150,7 +150,7 @@ src_install() {
 		local lang
 		insinto /usr/share/udav
 		for lang in ${LANGS} ; do
-			use linguas_${lang} && doins udav/udav_${lang}.qm
+			use l10n_${lang} && doins udav/udav_${lang}.qm
 		done
 	fi
 	if use octave ; then