From 4e59a6dd8c7a5977f1e48ecab4bd00c0d9c96b38 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Apr 2021 10:43:30 +0100 Subject: sci-chemistry/GromacsWrapper: fix variable references Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James --- sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-chemistry/GromacsWrapper') 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" -- cgit v1.2.3-65-gdbad