summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2022-04-14 18:46:11 +0700
committerAndrey Grozin <grozin@gentoo.org>2022-04-14 18:46:11 +0700
commitc32e9eb71a8ae74f9ca4e878160dd711b263a161 (patch)
tree71cd6a554590fc39f767d87464e67f99bd9a133f /sci-mathematics/maxima/maxima-5.46.0.ebuild
parentwww-client/chromium: beta channel bump to 101.0.4951.34 (diff)
downloadgentoo-c32e9eb71a8ae74f9ca4e878160dd711b263a161.tar.gz
gentoo-c32e9eb71a8ae74f9ca4e878160dd711b263a161.tar.bz2
gentoo-c32e9eb71a8ae74f9ca4e878160dd711b263a161.zip
sci-mathematics/maxima: in 5.46 all localized docs are unicode
Closes: https://bugs.gentoo.org/838205 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'sci-mathematics/maxima/maxima-5.46.0.ebuild')
-rw-r--r--sci-mathematics/maxima/maxima-5.46.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-mathematics/maxima/maxima-5.46.0.ebuild b/sci-mathematics/maxima/maxima-5.46.0.ebuild
index e6ee7a3744cc..e6051e772c32 100644
--- a/sci-mathematics/maxima/maxima-5.46.0.ebuild
+++ b/sci-mathematics/maxima/maxima-5.46.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="GPL-2 GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="clisp clozurecl clozurecl64 cmucl ecls emacs gcl gui nls +sbcl unicode vtk X test"
+IUSE="clisp clozurecl clozurecl64 cmucl ecls emacs gcl gui nls +sbcl vtk X test"
RESTRICT="!test? ( test )"
# Languages
@@ -124,7 +124,6 @@ src_configure() {
for lang in ${LANGS}; do
if use "l10n_${lang/_/-}"; then
CONFS="${CONFS} --enable-lang-${lang}"
- use unicode && CONFS="${CONFS} --enable-lang-${lang}-utf8"
fi
done
fi