summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-31 23:08:34 +1000
committerMichał Górny <mgorny@gentoo.org>2017-08-17 19:04:32 +0200
commit0578e0ac1dea75f57ae374c2428188ffb57e1bb9 (patch)
tree8f2ea4a623442e3812fe9f462042c58fed0b8f01 /eclass
parentx-modular.eclass: use HTTPS for freedesktop.org (diff)
downloadgentoo-0578e0ac1dea75f57ae374c2428188ffb57e1bb9.tar.gz
gentoo-0578e0ac1dea75f57ae374c2428188ffb57e1bb9.tar.bz2
gentoo-0578e0ac1dea75f57ae374c2428188ffb57e1bb9.zip
xorg-2.eclass: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xorg-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index 1af1705f7107..ef7067594263 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: xorg-2.eclass
@@ -100,7 +100,7 @@ fi
: ${XORG_PACKAGE_NAME:=${PN}}
if [[ -n ${GIT_ECLASS} ]]; then
- : ${EGIT_REPO_URI:="git://anongit.freedesktop.org/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME} http://anongit.freedesktop.org/git/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}"}
+ : ${EGIT_REPO_URI:="https://anongit.freedesktop.org/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}.git"}
elif [[ -n ${XORG_BASE_INDIVIDUAL_URI} ]]; then
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${P}.tar.bz2"
fi