summaryrefslogtreecommitdiff
path: root/sci-mathematics/maxima/maxima-5.38.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-07 18:44:07 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-07 18:44:07 +0000
commit5001a6c7b6da2956f5b17c695b1e0059dc7b8de5 (patch)
tree0528a53855a7ec96d20cde9edb9031aab030224c /sci-mathematics/maxima/maxima-5.38.1.ebuild
parenta8b0d35ab742f31538d515dea39716e566d533c0 (diff)
gentoo resync : 07.01.2018
Diffstat (limited to 'sci-mathematics/maxima/maxima-5.38.1.ebuild')
-rw-r--r--sci-mathematics/maxima/maxima-5.38.1.ebuild6
1 files changed, 3 insertions, 3 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