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: sys-apps/portage/
Date: Sat, 02 Sep 2017 09:02:42
Message-Id: 1504342946.76330247557c222546fa9da81ed29d4f657e2d49.mgorny@gentoo
1 commit: 76330247557c222546fa9da81ed29d4f657e2d49
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 09:01:56 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 09:02:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76330247
7
8 sys-apps/portage: Use https for git repo
9
10 sys-apps/portage/portage-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
14 index 04b5b025614..f75533d5124 100644
15 --- a/sys-apps/portage/portage-9999.ebuild
16 +++ b/sys-apps/portage/portage-9999.ebuild
17 @@ -74,7 +74,7 @@ prefix_src_archives() {
18 done
19 }
20
21 -EGIT_REPO_URI="git://anongit.gentoo.org/proj/portage.git
22 +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git
23 https://github.com/gentoo/portage.git"
24
25 pkg_setup() {