media-libs/raspberrypi-userland: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-30 02:44:54 +10:00
committed by Michał Górny
parent db511a74a0
commit 8123588ff6

View File

@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/raspberrypi/userland"
if [[ ${PV} == 9999* ]]; then
inherit git-2
EGIT_REPO_URI="git://github.com/${PN/-//}.git"
EGIT_REPO_URI="https://github.com/${PN/-//}.git"
SRC_URI=""
else
GIT_COMMIT="dff5760"