diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-12-23 09:17:15 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-12-23 09:20:05 +0100 |
commit | fd9449a56a71bf1736cde37c5fa7e8a8bf437510 (patch) | |
tree | 0cbcf88b3fb6332366b1711a7c15da0ba3b78062 /sci-mathematics | |
parent | sci-mathematics/maxima: Update Emacs support. (diff) | |
download | gentoo-fd9449a56a71bf1736cde37c5fa7e8a8bf437510.tar.gz gentoo-fd9449a56a71bf1736cde37c5fa7e8a8bf437510.tar.bz2 gentoo-fd9449a56a71bf1736cde37c5fa7e8a8bf437510.zip |
sci-mathematics/maxima: Fix ewarn on arm.
https://bugs.gentoo.org/show_bug.cgi?id=448242#c18
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.37.3-r3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild b/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild index 7c1c8e688e9a..d0edb524ac28 100644 --- 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 |