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 A150A1382C5 for ; Sat, 3 Apr 2021 15:44:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 156B3E08CE; Sat, 3 Apr 2021 15:44:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E7E6FE08CE for ; Sat, 3 Apr 2021 15:44:46 +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 8D2CB340C59 for ; Sat, 3 Apr 2021 15:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7FB5649 for ; Sat, 3 Apr 2021 15:44:42 +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: <1617464635.9af63de30dbf72b557ccfa440ac666a1e2980d7d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/legion/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/legion/legion-17.05.0.ebuild sys-cluster/legion/legion-17.08.0.ebuild sys-cluster/legion/legion-17.10.0.ebuild sys-cluster/legion/legion-18.02.0.ebuild sys-cluster/legion/legion-18.05.0.ebuild sys-cluster/legion/legion-18.12.0.ebuild sys-cluster/legion/legion-19.06.0.ebuild sys-cluster/legion/legion-9999.ebuild X-VCS-Directories: sys-cluster/legion/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9af63de30dbf72b557ccfa440ac666a1e2980d7d X-VCS-Branch: master Date: Sat, 3 Apr 2021 15:44:42 +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: 842ae363-d3dd-45f5-993c-8be9cf8b1331 X-Archives-Hash: 667a0e6186f93457eb8c822b963c985e commit: 9af63de30dbf72b557ccfa440ac666a1e2980d7d Author: Sam James gentoo org> AuthorDate: Fri Apr 2 09:43:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 15:43:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af63de3 sys-cluster/legion: fix variable references Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-cluster/legion/legion-17.05.0.ebuild | 2 +- sys-cluster/legion/legion-17.08.0.ebuild | 2 +- sys-cluster/legion/legion-17.10.0.ebuild | 2 +- sys-cluster/legion/legion-18.02.0.ebuild | 2 +- sys-cluster/legion/legion-18.05.0.ebuild | 2 +- sys-cluster/legion/legion-18.12.0.ebuild | 2 +- sys-cluster/legion/legion-19.06.0.ebuild | 2 +- sys-cluster/legion/legion-9999.ebuild | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-cluster/legion/legion-17.05.0.ebuild b/sys-cluster/legion/legion-17.05.0.ebuild index 877107e05d7..d54f220af2c 100644 --- a/sys-cluster/legion/legion-17.05.0.ebuild +++ b/sys-cluster/legion/legion-17.05.0.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" HOMEPAGE="https://legion.stanford.edu/" -if [[ $PV = 9999 ]]; then +if [[ ${PV} = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" else diff --git a/sys-cluster/legion/legion-17.08.0.ebuild b/sys-cluster/legion/legion-17.08.0.ebuild index 53146a74ea4..b2a4fc2de9c 100644 --- a/sys-cluster/legion/legion-17.08.0.ebuild +++ b/sys-cluster/legion/legion-17.08.0.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" HOMEPAGE="https://legion.stanford.edu/" -if [[ $PV = 9999 ]]; then +if [[ ${PV} = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" else diff --git a/sys-cluster/legion/legion-17.10.0.ebuild b/sys-cluster/legion/legion-17.10.0.ebuild index 53146a74ea4..b2a4fc2de9c 100644 --- a/sys-cluster/legion/legion-17.10.0.ebuild +++ b/sys-cluster/legion/legion-17.10.0.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" HOMEPAGE="https://legion.stanford.edu/" -if [[ $PV = 9999 ]]; then +if [[ ${PV} = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" else diff --git a/sys-cluster/legion/legion-18.02.0.ebuild b/sys-cluster/legion/legion-18.02.0.ebuild index 53146a74ea4..b2a4fc2de9c 100644 --- a/sys-cluster/legion/legion-18.02.0.ebuild +++ b/sys-cluster/legion/legion-18.02.0.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" HOMEPAGE="https://legion.stanford.edu/" -if [[ $PV = 9999 ]]; then +if [[ ${PV} = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" else diff --git a/sys-cluster/legion/legion-18.05.0.ebuild b/sys-cluster/legion/legion-18.05.0.ebuild index 3ff65e83c9c..c9eb5be36ea 100644 --- a/sys-cluster/legion/legion-18.05.0.ebuild +++ b/sys-cluster/legion/legion-18.05.0.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" HOMEPAGE="https://legion.stanford.edu/" -if [[ $PV = 9999 ]]; then +if [[ ${PV} = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" else diff --git a/sys-cluster/legion/legion-18.12.0.ebuild b/sys-cluster/legion/legion-18.12.0.ebuild index 3ff65e83c9c..c9eb5be36ea 100644 --- a/sys-cluster/legion/legion-18.12.0.ebuild +++ b/sys-cluster/legion/legion-18.12.0.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" HOMEPAGE="https://legion.stanford.edu/" -if [[ $PV = 9999 ]]; then +if [[ ${PV} = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" else diff --git a/sys-cluster/legion/legion-19.06.0.ebuild b/sys-cluster/legion/legion-19.06.0.ebuild index 3ff65e83c9c..c9eb5be36ea 100644 --- a/sys-cluster/legion/legion-19.06.0.ebuild +++ b/sys-cluster/legion/legion-19.06.0.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" HOMEPAGE="https://legion.stanford.edu/" -if [[ $PV = 9999 ]]; then +if [[ ${PV} = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" else diff --git a/sys-cluster/legion/legion-9999.ebuild b/sys-cluster/legion/legion-9999.ebuild index 3ff65e83c9c..c9eb5be36ea 100644 --- a/sys-cluster/legion/legion-9999.ebuild +++ b/sys-cluster/legion/legion-9999.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="A data-centric parallel programming system" HOMEPAGE="https://legion.stanford.edu/" -if [[ $PV = 9999 ]]; then +if [[ ${PV} = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://StanfordLegion/${PN}.git https://github.com/StanfordLegion/${PN}.git" else