commit:     4e59a6dd8c7a5977f1e48ecab4bd00c0d9c96b38
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 09:43:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 15:43:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e59a6dd

sci-chemistry/GromacsWrapper: fix variable references

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild 
b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
index 1338b634d92..d07405c37e0 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"

Reply via email to