diff options
Diffstat (limited to 'sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild')
-rw-r--r-- | sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild index 8f0b0392ce67..4c953dd73e3c 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,9 +7,7 @@ PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-2 - EGIT_REPO_URI=" - git://github.com/orbeckst/${PN}.git - https://github.com/orbeckst/${PN}.git" + EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" KEYWORDS="" |