diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-01-07 17:56:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-01-07 17:57:38 +0100 |
commit | fce3c9c6dae29b079268507c8f680c9244883786 (patch) | |
tree | e6a4ee545fdd441446530d0a6a4a3021eaa01ec2 /sci-mathematics | |
parent | sys-kernel/dracut: backport support for newer AMD microcode (diff) | |
download | gentoo-fce3c9c6dae29b079268507c8f680c9244883786.tar.gz gentoo-fce3c9c6dae29b079268507c8f680c9244883786.tar.bz2 gentoo-fce3c9c6dae29b079268507c8f680c9244883786.zip |
sci-mathematics/maxima: Migrate also the stable ebuild to L10N.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.38.1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/maxima/maxima-5.41.0.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-mathematics/maxima/maxima-5.38.1.ebuild b/sci-mathematics/maxima/maxima-5.38.1.ebuild index af6a58ee4353..66c232a18d7a 100644 --- a/sci-mathematics/maxima/maxima-5.38.1.ebuild +++ b/sci-mathematics/maxima/maxima-5.38.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,7 +27,7 @@ IUSE="emacs tk nls unicode X ${LISPS[*]}" # Languages LANGS="de es pt pt_BR" for lang in ${LANGS}; do - IUSE="${IUSE} linguas_${lang}" + IUSE="${IUSE} l10n_${lang/_/-}" done # texlive-latexrecommended needed by imaxima for breqn.sty @@ -131,7 +131,7 @@ src_configure() { # enable existing translated doc if use nls; then for lang in ${LANGS}; do - if use "linguas_${lang}"; then + if use "l10n_${lang/_/-}"; then CONFS="${CONFS} --enable-lang-${lang}" use unicode && CONFS="${CONFS} --enable-lang-${lang}-utf8" fi diff --git a/sci-mathematics/maxima/maxima-5.41.0.ebuild b/sci-mathematics/maxima/maxima-5.41.0.ebuild index 8bdc377e8486..cf8753a2f9e6 100644 --- a/sci-mathematics/maxima/maxima-5.41.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.41.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -27,7 +27,7 @@ IUSE="emacs tk nls unicode X ${LISPS[*]}" # Languages LANGS="de es pt pt_BR" for lang in ${LANGS}; do - IUSE="${IUSE} linguas_${lang}" + IUSE="${IUSE} l10n_${lang/_/-}" done # texlive-latexrecommended needed by imaxima for breqn.sty @@ -131,7 +131,7 @@ src_configure() { # enable existing translated doc if use nls; then for lang in ${LANGS}; do - if use "linguas_${lang}"; then + if use "l10n_${lang/_/-}"; then CONFS="${CONFS} --enable-lang-${lang}" use unicode && CONFS="${CONFS} --enable-lang-${lang}-utf8" fi |