diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ReParser/ReParser-1.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ReParser/ReParser-1.4.3.ebuild b/dev-python/ReParser/ReParser-1.4.3.ebuild index 7c8bcd2d450e..d32e469cd441 100644 --- a/dev-python/ReParser/ReParser-1.4.3.ebuild +++ b/dev-python/ReParser/ReParser-1.4.3.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="git://github.com/hickford/MechanicalSoup" + EGIT_REPO_URI="https://github.com/hickford/MechanicalSoup" inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |