diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:43:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:41 +0100 |
commit | 4e59a6dd8c7a5977f1e48ecab4bd00c0d9c96b38 (patch) | |
tree | 60853e43488ebc76b763a16c79566e97dab44857 /sci-chemistry/GromacsWrapper | |
parent | sci-biology/bioperl: fix variable references (diff) | |
download | gentoo-4e59a6dd8c7a5977f1e48ecab4bd00c0d9c96b38.tar.gz gentoo-4e59a6dd8c7a5977f1e48ecab4bd00c0d9c96b38.tar.bz2 gentoo-4e59a6dd8c7a5977f1e48ecab4bd00c0d9c96b38.zip |
sci-chemistry/GromacsWrapper: 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 'sci-chemistry/GromacsWrapper')
-rw-r--r-- | sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild index 1338b634d927..d07405c37e08 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_7 ) -if [[ $PV = *9999* ]]; then +if [[ ${PV} = *9999* ]]; then scm_eclass=git-r3 EGIT_REPO_URI="https://github.com/Becksteinlab/${PN}.git" EGIT_BRANCH="develop" |