commit:     5fdc47ed8456d4568618834e2ed8abf1c809e471
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 17:40:53 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=5fdc47ed

kde4-base.eclass: use https for default EGIT_MIRROR

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

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 4d73b81..23c85e8 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -563,7 +563,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}
 
                        # @ECLASS-VARIABLE: EGIT_REPONAME
                        # @DESCRIPTION:

Reply via email to