mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user