x-modular.eclass: use HTTPS for freedesktop.org
authorDavid Hicks <david@hicks.id.au>
Mon, 31 Jul 2017 13:07:10 +0000 (23:07 +1000)
committerMichał Górny <mgorny@gentoo.org>
Thu, 17 Aug 2017 17:04:29 +0000 (19:04 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

eclass/x-modular.eclass

index 1d3968c41e390c84c23809dc595105cc17209dac..56d8a367990ee61e76b1496b915ae5ca6e8c5b40 100644 (file)
@@ -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