xorg-2.eclass: Fix EGIT_REPO_URI, #628226
authorMichał Górny <mgorny@gentoo.org>
Sat, 19 Aug 2017 08:27:08 +0000 (10:27 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 19 Aug 2017 08:27:37 +0000 (10:27 +0200)
eclass/xorg-2.eclass

index ef70675942635b390a9cee598cadf77530410b2d..cf168964887cb68cc6de171ba9959231340e97c9 100644 (file)
@@ -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