From: Ulrich Müller Date: Sun, 7 Jan 2018 15:59:55 +0000 (+0100) Subject: sci-physics/lightspeed: Migrate also the stable ebuild to L10N. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8a6efe1a712743a1f7af94d2d7d591806998b727;p=gentoo.git sci-physics/lightspeed: Migrate also the stable ebuild to L10N. Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- 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 }