diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-07 16:59:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-07 16:59:55 +0100 |
commit | 8a6efe1a712743a1f7af94d2d7d591806998b727 (patch) | |
tree | e61176146d738da239d0524d8e4ab8832027f55c /sci-physics | |
parent | media-video/tsmuxer: Migrate from LINGUAS to L10N. (diff) | |
download | gentoo-8a6efe1a712743a1f7af94d2d7d591806998b727.tar.gz gentoo-8a6efe1a712743a1f7af94d2d7d591806998b727.tar.bz2 gentoo-8a6efe1a712743a1f7af94d2d7d591806998b727.zip |
sci-physics/lightspeed: Migrate also the stable ebuild to L10N.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild b/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild index 947d85f9cfd7..93556901614f 100644 --- a/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild +++ b/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild @@ -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 } |