diff options
author | 2016-06-06 17:44:03 +0600 | |
---|---|---|
committer | 2016-06-06 17:44:03 +0600 | |
commit | d3719379ce98a943a373eb25803eb6da461546e3 (patch) | |
tree | a79c53903dbfc2393d5cd4d900cd2a2711519bde /sci-mathematics/maxima | |
parent | dev-util/catalyst: stable on amd64, remove older (diff) | |
download | gentoo-d3719379ce98a943a373eb25803eb6da461546e3.tar.gz gentoo-d3719379ce98a943a373eb25803eb6da461546e3.tar.bz2 gentoo-d3719379ce98a943a373eb25803eb6da461546e3.zip |
Fix #566550 in stable
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sci-mathematics/maxima')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.34.1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sci-mathematics/maxima/maxima-5.34.1.ebuild b/sci-mathematics/maxima/maxima-5.34.1.ebuild index fa91b3df801d..48434461e5dc 100644 --- a/sci-mathematics/maxima/maxima-5.34.1.ebuild +++ b/sci-mathematics/maxima/maxima-5.34.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -63,11 +63,7 @@ for ((n--; n >= 0; n--)); do done # default lisp -if use arm; then - DEF_LISP=2 # gcl -else - DEF_LISP=0 # sbcl -fi +DEF_LISP=0 # sbcl DEF_DEP="${DEF_DEP} `depends ${DEF_LISP}`" |