From 8123588ff66d9f8e99e8f1ea5389b1dfbf89f236 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 02:44:54 +1000 Subject: media-libs/raspberrypi-userland: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- .../raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-libs/raspberrypi-userland') 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" -- cgit v1.2.3-65-gdbad