Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/
Date: Fri, 25 Dec 2015 11:47:14
Message-Id: 1451043682.e7524765029c892fdc4cf17a2fe262c30b9382ef.grozin@gentoo
1 commit: e7524765029c892fdc4cf17a2fe262c30b9382ef
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 11:40:16 2015 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 11:41:22 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7524765
7
8 sci-mathematics/maxima: linguas_de support
9
10 Thanks to Ulrich Müller <ulm <AT> gentoo.org>
11 Bug: 569616
12
13 Package-Manager: portage-2.2.26
14
15 .../maxima/{maxima-5.37.3-r3.ebuild => maxima-5.37.3-r4.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild b/sci-mathematics/maxima/maxima-5.37.3-r4.ebuild
19 similarity index 99%
20 rename from sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
21 rename to sci-mathematics/maxima/maxima-5.37.3-r4.ebuild
22 index bfead78..b769f1a 100644
23 --- a/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
24 +++ b/sci-mathematics/maxima/maxima-5.37.3-r4.ebuild
25 @@ -26,7 +26,7 @@ PATCH_V=( 1 1 . 2 2 1 )
26 IUSE="emacs tk nls unicode X ${LISPS[*]}"
27
28 # Languages
29 -LANGS="es pt pt_BR"
30 +LANGS="de es pt pt_BR"
31 for lang in ${LANGS}; do
32 IUSE="${IUSE} linguas_${lang}"
33 done