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>
This commit is contained in:
Sam James
2021-04-02 10:43:30 +01:00
parent 437383a0d2
commit 4e59a6dd8c

View File

@@ -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"