projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c753fb4
)
Fix #566550 in stable
author
Andrey Grozin
<grozin@gentoo.org>
Mon, 6 Jun 2016 11:44:03 +0000
(17:44 +0600)
committer
Andrey Grozin
<grozin@gentoo.org>
Mon, 6 Jun 2016 11:44:03 +0000
(17:44 +0600)
Package-Manager: portage-2.3.0_rc1
sci-mathematics/maxima/maxima-5.34.1.ebuild
patch
|
blob
|
history
diff --git
a/sci-mathematics/maxima/maxima-5.34.1.ebuild
b/sci-mathematics/maxima/maxima-5.34.1.ebuild
index fa91b3df801dd49720a4a1e7b6d57a8a3bcefcff..48434461e5dc5cee4236350966c8546c8ec35182 100644
(file)
--- a/
sci-mathematics/maxima/maxima-5.34.1.ebuild
+++ b/
sci-mathematics/maxima/maxima-5.34.1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
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}`"