diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2016-02-25 15:39:23 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2016-02-25 15:39:23 +0300 |
commit | 68ce13c5aec660912b9a270c5f9966cc59c0eebf (patch) | |
tree | c77b07358966c608681d1e6b12efe2c61c74ee35 | |
parent | sci-chemistry/gromacs: Sync with overlay version. But still eapi5 (diff) | |
download | alexxy-68ce13c5aec660912b9a270c5f9966cc59c0eebf.tar.gz alexxy-68ce13c5aec660912b9a270c5f9966cc59c0eebf.tar.bz2 alexxy-68ce13c5aec660912b9a270c5f9966cc59c0eebf.zip |
sci-chemistry/gromacs: Fix if else construct
Package-Manager: portage-2.2.26
-rw-r--r-- | sci-chemistry/gromacs/gromacs-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index a099448..31b5cf6 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -20,9 +20,9 @@ if [[ $PV = *9999* ]]; then git://github.com/gromacs/gromacs.git http://repo.or.cz/r/gromacs.git" [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:1}-${PV:2:1}" - inherit git-r3 - KEYWORDS="" fi + inherit git-r3 + KEYWORDS="" else SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz test? ( http://gerrit.gromacs.org/download/regressiontests-${PV}.tar.gz )" |