diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 02:44:54 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:38:04 +0200 |
commit | 8123588ff66d9f8e99e8f1ea5389b1dfbf89f236 (patch) | |
tree | 58c86975579bca04c59ba358d993d7cf7df77c19 /media-libs | |
parent | media-libs/vo-amrwbenc: use HTTPS for GitHub (diff) | |
download | gentoo-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
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" |