summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2016-02-25 15:39:23 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2016-02-25 15:39:23 +0300
commit68ce13c5aec660912b9a270c5f9966cc59c0eebf (patch)
treec77b07358966c608681d1e6b12efe2c61c74ee35 /sci-chemistry
parentsci-chemistry/gromacs: Sync with overlay version. But still eapi5 (diff)
downloadalexxy-68ce13c5aec660912b9a270c5f9966cc59c0eebf.tar.gz
alexxy-68ce13c5aec660912b9a270c5f9966cc59c0eebf.tar.bz2
alexxy-68ce13c5aec660912b9a270c5f9966cc59c0eebf.zip
sci-chemistry/gromacs: Fix if else construct
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/gromacs/gromacs-9999.ebuild4
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 )"