Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mathgl/
Date: Tue, 09 Jan 2018 02:00:51
Message-Id: 1515432786.f48532ac2130fc8a08e368fe94bb31522e863dba.ulm@gentoo
1 commit: f48532ac2130fc8a08e368fe94bb31522e863dba
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 17:33:06 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 17:33:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48532ac
7
8 sci-libs/mathgl: Migrate from LINGUAS to L10N.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-libs/mathgl/mathgl-2.3.4-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-libs/mathgl/mathgl-2.3.4-r1.ebuild b/sci-libs/mathgl/mathgl-2.3.4-r1.ebuild
16 index f42b9c87871..187531c3a89 100644
17 --- a/sci-libs/mathgl/mathgl-2.3.4-r1.ebuild
18 +++ b/sci-libs/mathgl/mathgl-2.3.4-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -20,7 +20,7 @@ IUSE="doc fltk gif glut gsl hdf hdf5 jpeg lua mpi octave opengl openmp pdf
26
27 LANGS="ru"
28 for l in ${LANGS}; do
29 - IUSE+=" linguas_${l}"
30 + IUSE+=" l10n_${l}"
31 done
32 unset l
33
34 @@ -150,7 +150,7 @@ src_install() {
35 local lang
36 insinto /usr/share/udav
37 for lang in ${LANGS} ; do
38 - use linguas_${lang} && doins udav/udav_${lang}.qm
39 + use l10n_${lang} && doins udav/udav_${lang}.qm
40 done
41 fi
42 if use octave ; then