diff options
| author | Sergey Alirzaev <zl29ah@gmail.com> | 2016-05-28 15:28:40 +0300 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2016-06-02 16:10:00 +0200 |
| commit | f8a4cf87a9f90fea5a75ef9342e4ef1d2a7ec670 (patch) | |
| tree | a5667c52f80d2bb47011420c6612d171ae62ea1d /eclass | |
| parent | 6c9122c1d12323063c7a2b3a52b221228c8c2576 (diff) | |
| download | kde-f8a4cf87a9f90fea5a75ef9342e4ef1d2a7ec670.tar.gz kde-f8a4cf87a9f90fea5a75ef9342e4ef1d2a7ec670.tar.bz2 kde-f8a4cf87a9f90fea5a75ef9342e4ef1d2a7ec670.zip | |
git -> https
Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/kde4-base.eclass | 2 | ||||
| -rw-r--r-- | eclass/kde5.eclass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 1e5259a2133..8f09871aeee 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -586,7 +586,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: diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index c76a7682e9a..522c814fb4c 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -353,7 +353,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 |
