media-libs/raspberrypi-userland: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 16:44:54 +0000 (02:44 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:38:04 +0000 (11:38 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild

index fb3240d5919a509a3639b24cc303cce637adbd7e..ddbbd294d3a354bfb5143f1c152d7e2589b69a0e 100644 (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"