commit:     68ce13c5aec660912b9a270c5f9966cc59c0eebf
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 12:39:23 2016 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 12:39:23 2016 +0000
URL:        https://gitweb.gentoo.org/dev/alexxy.git/commit/?id=68ce13c5

sci-chemistry/gromacs: Fix if else construct

Package-Manager: portage-2.2.26

 sci-chemistry/gromacs/gromacs-9999.ebuild | 4 ++--
 1 file 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 )"

Reply via email to