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-physics/lightspeed/
Date: Sun, 07 Jan 2018 16:00:48
Message-Id: 1515340795.8a6efe1a712743a1f7af94d2d7d591806998b727.ulm@gentoo
1 commit: 8a6efe1a712743a1f7af94d2d7d591806998b727
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 15:59:55 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 15:59:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6efe1a
7
8 sci-physics/lightspeed: Migrate also the stable ebuild to L10N.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild b/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild
16 index 947d85f9cfd..93556901614 100644
17 --- a/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild
18 +++ b/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=4
25 @@ -20,7 +20,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
26 IUSE="nls truetype"
27 LANGS="es"
28 for i in ${LANGS}; do
29 - IUSE="${IUSE} linguas_${i}"
30 + IUSE="${IUSE} l10n_${i}"
31 done
32
33 RDEPEND="
34 @@ -57,7 +57,7 @@ src_compile() {
35 emake
36 local i
37 for i in ${LANGS}; do
38 - use linguas_${i} && emake ${i}.gmo
39 + use l10n_${i} && emake ${i}.gmo
40 done
41 }