diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 2 |
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 |