Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/
Date: Mon, 06 Jun 2016 11:53:34
Message-Id: 1465213443.d3719379ce98a943a373eb25803eb6da461546e3.grozin@gentoo
1 commit: d3719379ce98a943a373eb25803eb6da461546e3
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 11:44:03 2016 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 11:44:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3719379
7
8 Fix #566550 in stable
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sci-mathematics/maxima/maxima-5.34.1.ebuild | 8 ++------
13 1 file changed, 2 insertions(+), 6 deletions(-)
14
15 diff --git a/sci-mathematics/maxima/maxima-5.34.1.ebuild b/sci-mathematics/maxima/maxima-5.34.1.ebuild
16 index fa91b3d..4843446 100644
17 --- a/sci-mathematics/maxima/maxima-5.34.1.ebuild
18 +++ b/sci-mathematics/maxima/maxima-5.34.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -63,11 +63,7 @@ for ((n--; n >= 0; n--)); do
26 done
27
28 # default lisp
29 -if use arm; then
30 - DEF_LISP=2 # gcl
31 -else
32 - DEF_LISP=0 # sbcl
33 -fi
34 +DEF_LISP=0 # sbcl
35
36 DEF_DEP="${DEF_DEP} `depends ${DEF_LISP}`"