diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:43:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:55 +0100 |
commit | 9af63de30dbf72b557ccfa440ac666a1e2980d7d (patch) | |
tree | 6c0842ebb40c6e88858daa41166e42b017fa3d9f /sys-cluster/legion | |
parent | sys-boot/syslinux: fix variable references (diff) | |
download | gentoo-9af63de30dbf72b557ccfa440ac666a1e2980d7d.tar.gz gentoo-9af63de30dbf72b557ccfa440ac666a1e2980d7d.tar.bz2 gentoo-9af63de30dbf72b557ccfa440ac666a1e2980d7d.zip |
sys-cluster/legion: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/legion')
-rw-r--r-- | sys-cluster/legion/legion-17.05.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/legion/legion-17.08.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/legion/legion-17.10.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/legion/legion-18.02.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/legion/legion-18.05.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/legion/legion-18.12.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/legion/legion-19.06.0.ebuild | 2 | ||||
-rw-r--r-- | 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 877107e05d74..d54f220af2c9 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 53146a74ea42..b2a4fc2de9c9 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 53146a74ea42..b2a4fc2de9c9 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 53146a74ea42..b2a4fc2de9c9 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 3ff65e83c9c9..c9eb5be36ea1 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 3ff65e83c9c9..c9eb5be36ea1 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 3ff65e83c9c9..c9eb5be36ea1 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 3ff65e83c9c9..c9eb5be36ea1 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 |