dev-python/ReParser: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-29 20:45:01 +10:00
committed by Michał Górny
parent d8cffdbe2a
commit ee3413cf60

View File

@@ -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"