diff options
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild index fb3240d5919a..ddbbd294d3a3 100644 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild @@ -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" |