From 274e9122ec23861e95340c2f83d0e97c2fa6d0da Mon Sep 17 00:00:00 2001 From: David Hicks Date: Mon, 31 Jul 2017 23:07:10 +1000 Subject: x-modular.eclass: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- eclass/x-modular.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/x-modular.eclass') 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 -- cgit v1.2.3-65-gdbad