Skip to content

Commit

Permalink
x-modular.eclass: use HTTPS for freedesktop.org
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
davidhicks authored and mgorny committed Aug 17, 2017
1 parent eb36691 commit 274e912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/x-modular.eclass
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 274e912

Please sign in to comment.