commit:     8cb5b3a82eb7a450f354740df58936e981a6cbf0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 17:40:24 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 17:56:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb5b3a8

kde5.eclass: use https for default EGIT_MIRROR

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index eaffb9e..d081814 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -298,7 +298,7 @@ _calculate_live_repo() {
                        # @DESCRIPTION:
                        # This variable allows easy overriding of default kde 
mirror service
                        # (anongit) with anything else you might want to use.
-                       EGIT_MIRROR=${EGIT_MIRROR:=git://anongit.kde.org}
+                       EGIT_MIRROR=${EGIT_MIRROR:=https://anongit.kde.org}
 
                        local _kmname
 

Reply via email to