projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e88abf1
)
sci-mathematics/maxima: Fix ewarn on arm.
author
Ulrich Müller
<ulm@gentoo.org>
Wed, 23 Dec 2015 08:17:15 +0000
(09:17 +0100)
committer
Ulrich Müller
<ulm@gentoo.org>
Wed, 23 Dec 2015 08:20:05 +0000
(09:20 +0100)
https://bugs.gentoo.org/show_bug.cgi?id=448242#c18
Package-Manager: portage-2.2.26
sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
patch
|
blob
|
history
diff --git
a/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
b/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
index 7c1c8e688e9a1b5649ac520b3a2b6d69503c4883..d0edb524ac28ae10bfd76c531603601e29cdaa8f 100644
(file)
--- a/
sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
+++ b/
sci-mathematics/maxima/maxima-5.37.3-r3.ebuild
@@
-88,6
+88,7
@@
pkg_setup() {
done
if [ -z "${NLISPS}" ]; then
+ use arm && DEF_LISP=${ARM_LISP}
ewarn "No lisp specified in USE flags, choosing ${LISPS[${DEF_LISP}]} as default"
NLISPS=${DEF_LISP}
fi