dev-python/pydecomp: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-29 19:49:21 +10:00
committed by Michał Górny
parent e1cacb1959
commit a08c6ab33a
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ inherit distutils-r1 python-r1
if [[ ${PV} == "9999" ]] ; then
EGIT_BRANCH="master"
EGIT_REPO_URI="git://github.com/dol-sen/pyDeComp.git"
EGIT_REPO_URI="https://github.com/dol-sen/pyDeComp.git"
inherit git-2
else
SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/pyDeComp-${PV}.tar.gz -> ${P}.tar.gz"

View File

@@ -9,7 +9,7 @@ inherit distutils-r1 python-r1
if [[ ${PV} == "9999" ]] ; then
EGIT_BRANCH="master"
EGIT_REPO_URI="git://github.com/dol-sen/pyDeComp.git"
EGIT_REPO_URI="https://github.com/dol-sen/pyDeComp.git"
inherit git-2
else
SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/pyDeComp-${PV}.tar.gz -> ${P}.tar.gz"