aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-04-27 19:16:55 -0600
committerChristoph Junghans <ottxor@gentoo.org>2012-04-27 19:16:55 -0600
commita5a265d2d8e412c0786f3770d1c5f1ad2f5a8ad1 (patch)
treee731dc2b8b9d19d0943b939d3a19fdb0389719a5 /sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
parentsci-chemistry/mgltools-webservices: Add 2.7-pypy-* to RESTRICT_PYTHON_ABIS (diff)
downloadsci-a5a265d2d8e412c0786f3770d1c5f1ad2f5a8ad1.tar.gz
sci-a5a265d2d8e412c0786f3770d1c5f1ad2f5a8ad1.tar.bz2
sci-a5a265d2d8e412c0786f3770d1c5f1ad2f5a8ad1.zip
[sci-chemistry/gromacs] add more mirrors
(Portage version: 2.2.0_alpha101/git/Linux i686, unsigned Manifest commit)
Diffstat (limited to 'sci-chemistry/gromacs/gromacs-4.6.9999.ebuild')
-rw-r--r--sci-chemistry/gromacs/gromacs-4.6.9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
index 3bf295959..4d66fc343 100644
--- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
+++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild
@@ -16,7 +16,10 @@ SRC_URI="test? ( ftp://ftp.gromacs.org/pub/tests/gmxtest-${TEST_PV}.tgz )
doc? ( ftp://ftp.gromacs.org/pub/manual/manual-${MANUAL_PV}.pdf -> gromacs-manual-${MANUAL_PV}.pdf )"
if [ "${PV%9999}" != "${PV}" ]; then
- EGIT_REPO_URI="git://git.gromacs.org/gromacs http://repo.or.cz/r/gromacs.git"
+ EGIT_REPO_URI="git://git.gromacs.org/gromacs.git
+ https://gerrit.gromacs.org/gromacs.git
+ git://github.com/gromacs/gromacs.git
+ http://repo.or.cz/r/gromacs.git"
EGIT_BRANCH="release-4-6"
inherit git-2
else