Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/GromacsWrapper/
Date: Sat, 03 Apr 2021 15:44:45
Message-Id: 1617464621.4e59a6dd8c7a5977f1e48ecab4bd00c0d9c96b38.sam@gentoo
1 commit: 4e59a6dd8c7a5977f1e48ecab4bd00c0d9c96b38
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 09:43:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 15:43:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e59a6dd
7
8 sci-chemistry/GromacsWrapper: fix variable references
9
10 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
17 index 1338b634d92..d07405c37e0 100644
18 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
19 +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.8.0.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 PYTHON_COMPAT=( python3_7 )
23
24 -if [[ $PV = *9999* ]]; then
25 +if [[ ${PV} = *9999* ]]; then
26 scm_eclass=git-r3
27 EGIT_REPO_URI="https://github.com/Becksteinlab/${PN}.git"
28 EGIT_BRANCH="develop"