diff options
author | Andrey Grozin <grozin@gentoo.org> | 2020-04-07 22:07:09 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2020-04-07 22:07:09 +0700 |
commit | fe4232a5731c860fc568c1c50a9190b7ef4dbe90 (patch) | |
tree | 4fb844eb47200a47c780208ab4c24cc87f41efce /sci-mathematics | |
parent | net-proxy/trojan: add multi instances support (diff) | |
download | gentoo-fe4232a5731c860fc568c1c50a9190b7ef4dbe90.tar.gz gentoo-fe4232a5731c860fc568c1c50a9190b7ef4dbe90.tar.bz2 gentoo-fe4232a5731c860fc568c1c50a9190b7ef4dbe90.zip |
sci-mathematics/maxima: revert 9cac2697e91de4b2484524f4f5618d809a8b03ca
This change has broken building with sbcl
Closes: https://bugs.gentoo.org/show_bug.cgi?id=715330
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.43.2.ebuild | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sci-mathematics/maxima/maxima-5.43.2.ebuild b/sci-mathematics/maxima/maxima-5.43.2.ebuild index e920da97f179..d139d3dcda03 100644 --- a/sci-mathematics/maxima/maxima-5.43.2.ebuild +++ b/sci-mathematics/maxima/maxima-5.43.2.ebuild @@ -129,19 +129,9 @@ src_configure() { if [ ${CONF} = . ]; then CONF=${LISPS[${n}]} fi - if [[ ${CONF} == ccl ]]; then - # 64-bit version of clozurecl is enabled - # by --enable-ccl64, not by --enable-ccl. - # bug #665364 - use amd64 && CONF=ccl64 - fi CONFS="${CONFS} --enable-${CONF}" done - # Gentoo calls 'ccl' both 32-bit and 64-bit version of clozurecl. - # bug #665364 - CONFS="${CONFS} --with-ccl64=ccl" - # enable existing translated doc if use nls; then for lang in ${LANGS}; do |