Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/raspberrypi-userland/
Date: Sun, 30 Jul 2017 09:38:25
Message-Id: 1501407484.8123588ff66d9f8e99e8f1ea5389b1dfbf89f236.mgorny@gentoo
1 commit: 8123588ff66d9f8e99e8f1ea5389b1dfbf89f236
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:44:54 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:38:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8123588f
7
8 media-libs/raspberrypi-userland: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 .../raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild
16 index fb3240d5919..ddbbd294d3a 100644
17 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild
18 +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20160424.ebuild
19 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/raspberrypi/userland"
20
21 if [[ ${PV} == 9999* ]]; then
22 inherit git-2
23 - EGIT_REPO_URI="git://github.com/${PN/-//}.git"
24 + EGIT_REPO_URI="https://github.com/${PN/-//}.git"
25 SRC_URI=""
26 else
27 GIT_COMMIT="dff5760"