sci-physics/lightspeed: Migrate also the stable ebuild to L10N.
authorUlrich Müller <ulm@gentoo.org>
Sun, 7 Jan 2018 15:59:55 +0000 (16:59 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sun, 7 Jan 2018 15:59:55 +0000 (16:59 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild

index 947d85f9cfd7bf1ca84502bd61980e8fa90118cf..93556901614f4e4731fe4e68164e47a8b7ce3f84 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -20,7 +20,7 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
 IUSE="nls truetype"
 LANGS="es"
 for i in ${LANGS}; do
-       IUSE="${IUSE} linguas_${i}"
+       IUSE="${IUSE} l10n_${i}"
 done
 
 RDEPEND="
@@ -57,7 +57,7 @@ src_compile() {
        emake
        local i
        for i in ${LANGS}; do
-               use linguas_${i} && emake ${i}.gmo
+               use l10n_${i} && emake ${i}.gmo
        done
 }