summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-31 23:07:10 +1000
committerMichał Górny <mgorny@gentoo.org>2017-08-17 19:04:29 +0200
commit274e9122ec23861e95340c2f83d0e97c2fa6d0da (patch)
tree3b2aa513a55a7d113b069cef59dbd165239fc215 /eclass/x-modular.eclass
parentmedia-fonts/font-util: use HTTPS for freedesktop.org (diff)
downloadgentoo-274e9122ec23861e95340c2f83d0e97c2fa6d0da.tar.gz
gentoo-274e9122ec23861e95340c2f83d0e97c2fa6d0da.tar.bz2
gentoo-274e9122ec23861e95340c2f83d0e97c2fa6d0da.zip
x-modular.eclass: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r--eclass/x-modular.eclass4
1 files changed, 2 insertions, 2 deletions
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