From ee3413cf609577da36ca17f4a64574591aea8db5 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sat, 29 Jul 2017 20:45:01 +1000 Subject: [PATCH] dev-python/ReParser: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-python/ReParser/ReParser-1.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ReParser/ReParser-1.4.3.ebuild b/dev-python/ReParser/ReParser-1.4.3.ebuild index 7c8bcd2d450e0..d32e469cd4418 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"