From: David Hicks Date: Mon, 31 Jul 2017 13:07:10 +0000 (+1000) Subject: x-modular.eclass: use HTTPS for freedesktop.org X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=274e9122ec23861e95340c2f83d0e97c2fa6d0da;p=gentoo.git x-modular.eclass: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 1d3968c41e39..56d8a367990e 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # # DEPRECATED @@ -97,7 +97,7 @@ if [[ -z ${MODULE} ]]; then fi if [[ -n ${GIT_ECLASS} ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/${MODULE}/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/${MODULE}/${PN}.git" else SRC_URI="${SRC_URI} ${BASE_INDIVIDUAL_URI}/${MODULE}/${P}.tar.bz2" fi