diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2016-07-17 13:12:01 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2016-07-17 13:12:01 -0600 |
commit | 35e981a507fedae1121c3dcc122ceca5c77d799a (patch) | |
tree | 6339764f25ca4cf3d80118a4dc87905369e04a1f /sci-chemistry | |
parent | mail-client/trojita: remove old (diff) | |
download | gentoo-35e981a507fedae1121c3dcc122ceca5c77d799a.tar.gz gentoo-35e981a507fedae1121c3dcc122ceca5c77d799a.tar.bz2 gentoo-35e981a507fedae1121c3dcc122ceca5c77d799a.zip |
sci-chemistry/gromacs: update live ebuild
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2016.9999.ebuild | 2 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild index 1ca034301050..1b02d2ad989c 100644 --- a/sci-chemistry/gromacs/gromacs-2016.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2016.9999.ebuild @@ -13,7 +13,7 @@ if [[ $PV = *9999* ]]; then https://gerrit.gromacs.org/gromacs.git 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}" + [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" inherit git-r3 KEYWORDS="" else diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index 1ca034301050..1b02d2ad989c 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -13,7 +13,7 @@ if [[ $PV = *9999* ]]; then https://gerrit.gromacs.org/gromacs.git 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}" + [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" inherit git-r3 KEYWORDS="" else |