summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-19 10:27:08 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-19 10:27:37 +0200
commit0e0597f06b4d81627addcda44b7be87f27144ba8 (patch)
tree60471f3629957ed856f82969f19f09b868369d93 /eclass
parentwww-apache/passenger: cleanup (diff)
downloadgentoo-0e0597f06b4d81627addcda44b7be87f27144ba8.tar.gz
gentoo-0e0597f06b4d81627addcda44b7be87f27144ba8.tar.bz2
gentoo-0e0597f06b4d81627addcda44b7be87f27144ba8.zip
xorg-2.eclass: Fix EGIT_REPO_URI, #628226
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xorg-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index ef7067594263..cf168964887c 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -100,7 +100,7 @@ fi
: ${XORG_PACKAGE_NAME:=${PN}}
if [[ -n ${GIT_ECLASS} ]]; then
- : ${EGIT_REPO_URI:="https://anongit.freedesktop.org/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}.git"}
+ : ${EGIT_REPO_URI:="https://anongit.freedesktop.org/git/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