Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/alexxy:master commit in: sci-chemistry/gromacs/
Date: Thu, 25 Feb 2016 12:39:42
Message-Id: 1456403963.68ce13c5aec660912b9a270c5f9966cc59c0eebf.alexxy@gentoo
1 commit: 68ce13c5aec660912b9a270c5f9966cc59c0eebf
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 12:39:23 2016 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 12:39:23 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/alexxy.git/commit/?id=68ce13c5
7
8 sci-chemistry/gromacs: Fix if else construct
9
10 Package-Manager: portage-2.2.26
11
12 sci-chemistry/gromacs/gromacs-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild
16 index a099448..31b5cf6 100644
17 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild
18 +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild
19 @@ -20,9 +20,9 @@ if [[ $PV = *9999* ]]; then
20 git://github.com/gromacs/gromacs.git
21 http://repo.or.cz/r/gromacs.git"
22 [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:1}-${PV:2:1}"
23 - inherit git-r3
24 - KEYWORDS=""
25 fi
26 + inherit git-r3
27 + KEYWORDS=""
28 else
29 SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz
30 test? ( http://gerrit.gromacs.org/download/regressiontests-${PV}.tar.gz )"