diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-09-02 11:01:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-02 11:02:26 +0200 |
commit | 76330247557c222546fa9da81ed29d4f657e2d49 (patch) | |
tree | 4e726ab47343217a86b005c129524f1143746822 | |
parent | www-client/luakit: new package (diff) | |
download | gentoo-76330247557c222546fa9da81ed29d4f657e2d49.tar.gz gentoo-76330247557c222546fa9da81ed29d4f657e2d49.tar.bz2 gentoo-76330247557c222546fa9da81ed29d4f657e2d49.zip |
sys-apps/portage: Use https for git repo
-rw-r--r-- | sys-apps/portage/portage-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 04b5b0256145..f75533d5124d 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -74,7 +74,7 @@ prefix_src_archives() { done } -EGIT_REPO_URI="git://anongit.gentoo.org/proj/portage.git +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git https://github.com/gentoo/portage.git" pkg_setup() { |