From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B727A1384B4 for ; Wed, 23 Dec 2015 08:20:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF7A7E07ED; Wed, 23 Dec 2015 08:20:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C8E2E07ED for ; Wed, 23 Dec 2015 08:20:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71743340756 for ; Wed, 23 Dec 2015 08:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F69EC7E for ; Wed, 23 Dec 2015 08:20:12 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1450858805.fd9449a56a71bf1736cde37c5fa7e8a8bf437510.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/maxima/maxima-5.37.3-r3.ebuild X-VCS-Directories: sci-mathematics/maxima/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: fd9449a56a71bf1736cde37c5fa7e8a8bf437510 X-VCS-Branch: master Date: Wed, 23 Dec 2015 08:20:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b74be5f1-4094-48fb-8ae7-e2eb9b65033f X-Archives-Hash: bebb78707c525b978ebb661f8d2ba8ea commit: fd9449a56a71bf1736cde37c5fa7e8a8bf437510 Author: Ulrich Müller gentoo org> AuthorDate: Wed Dec 23 08:17:15 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Dec 23 08:20:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9449a5 sci-mathematics/maxima: Fix ewarn on arm. 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild b/sci-mathematics/maxima/maxima-5.37.3-r3.ebuild index 7c1c8e6..d0edb52 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