From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FA0F1382C5 for ; Sun, 25 Apr 2021 10:45:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EED7E07F9; Sun, 25 Apr 2021 10:45:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 53256E07F9 for ; Sun, 25 Apr 2021 10:45:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1935340BE2 for ; Sun, 25 Apr 2021 10:45:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5046E4C3 for ; Sun, 25 Apr 2021 10:45:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619347516.1a1e5e76f40324d6e679270e208fabdb7d440739.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild X-VCS-Directories: sci-mathematics/wxmaxima/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1a1e5e76f40324d6e679270e208fabdb7d440739 X-VCS-Branch: master Date: Sun, 25 Apr 2021 10:45:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 018284e0-23bd-428a-84ef-55b8579a72f4 X-Archives-Hash: 5cde53308cde1a64cf9fc9541b1a5872 commit: 1a1e5e76f40324d6e679270e208fabdb7d440739 Author: Sam James gentoo org> AuthorDate: Sun Apr 25 10:44:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 25 10:45:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1e5e76 sci-mathematics/wxmaxima: add 'local' before for loop Signed-off-by: Sam James gentoo.org> sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild | 1 + sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild index 72cf6098d52..86038f4610e 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-21.01.0.ebuild @@ -67,6 +67,7 @@ src_test() { ImgCell ) + local test for test in "${tests[@]}" ; do ./test_${test} || die "Unit test ${test} failed!" done diff --git a/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild b/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild index 72cf6098d52..86038f4610e 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-21.04.0.ebuild @@ -67,6 +67,7 @@ src_test() { ImgCell ) + local test for test in "${tests[@]}" ; do ./test_${test} || die "Unit test ${test} failed!" done