commit:     9af63de30dbf72b557ccfa440ac666a1e2980d7d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 09:43:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to