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

Reply via email to