projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8832c6
)
sci-physics/lightspeed: Migrate also the stable ebuild to L10N.
author
Ulrich Müller
<ulm@gentoo.org>
Sun, 7 Jan 2018 15:59:55 +0000
(16:59 +0100)
committer
Ulrich 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
patch
|
blob
|
history
diff --git
a/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild
b/sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild
index 947d85f9cfd7bf1ca84502bd61980e8fa90118cf..93556901614f4e4731fe4e68164e47a8b7ce3f84 100644
(file)
--- a/
sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild
+++ b/
sci-physics/lightspeed/lightspeed-1.2a-r1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
2
Gentoo Foundation
+# Copyright 1999-201
8
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} l
inguas
_${i}"
+ IUSE="${IUSE} l
10n
_${i}"
done
RDEPEND="
@@
-57,7
+57,7
@@
src_compile() {
emake
local i
for i in ${LANGS}; do
- use l
inguas
_${i} && emake ${i}.gmo
+ use l
10n
_${i} && emake ${i}.gmo
done
}