summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 02:44:54 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:38:04 +0200
commit8123588ff66d9f8e99e8f1ea5389b1dfbf89f236 (patch)
tree58c86975579bca04c59ba358d993d7cf7df77c19
parentmedia-libs/vo-amrwbenc: use HTTPS for GitHub (diff)
downloadgentoo-8123588ff66d9f8e99e8f1ea5389b1dfbf89f236.tar.gz
gentoo-8123588ff66d9f8e99e8f1ea5389b1dfbf89f236.tar.bz2
gentoo-8123588ff66d9f8e99e8f1ea5389b1dfbf89f236.zip
media-libs/raspberrypi-userland: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild2
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"