diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 8 | ||||
-rw-r--r-- | profiles/arch/amd64/use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 8 |
3 files changed, 16 insertions, 1 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 33fc0e6531ac..d948cdc183bf 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,14 @@ #--- END OF EXAMPLES --- +# Michael Orlitzky <mjo@gentoo.org> (2021-03-27) +# Unmask the use of 64-bit dev-lisp/clozurecl on 64-bit arches. +# Only maxima makes a distinction between the 32-bit and 64-bit +# USE flags. +sci-mathematics/fricas -clozurecl +<sci-mathematics/maxima-5.44.0-r5 -clozurecl +sci-mathematics/maxima -clozurecl64 + # Thomas Deutschmann <whissi@gentoo.org> (2021-02-17) # Unmask PCRE JIT support where dev-libs/libpcre2[jit] is available dev-lang/php -jit diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 30c8a9b41147..b5cba9077afb 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -55,7 +55,6 @@ # Andrey Grozin <grozin@gentoo.org> (2014-06-25) # keyworded on amd64 -clisp --clozurecl -ecls -gcl -sbcl diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 542e10c3fa5e..883c1d48b801 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michael Orlitzky <mjo@gentoo.org> (2021-03-27) +# The clozurecl and clozurecl64 flags are now arch-specific in maxima, +# so we mask them both by default beginning with v5.44.0-r5 where +# their meanings first diverged. You should unmask "clozurecl" on +# 32-bit arches and unmask "clozurecl64" on 64-bit ones. +# We don't list "clozurecl" here since it's already in use.mask. +>=sci-mathematics/maxima-5.44.0-r5 clozurecl64 + # Sam James <sam@gentoo.org> (2021-03-02) # Java build is extremely sensitive to environment # Previously stable-masked but moved here |