When I tried to compile x11-drivers/xf86-video-amdgpu-9999 it was unable to fetch the source due to "git" missing from the path. That line in the eclass should read : ${EGIT_REPO_URI:="https://anongit.freedesktop.org/git/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}.git"} Reproducible: Always
EGIT_REPO_URI was changed in: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0578e0ac1dea75f57ae374c2428188ffb57e1bb9
Thanks for the fix. I've pushed it immediately. commit 0e0597f06b4d81627addcda44b7be87f27144ba8 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: Sat Aug 19 10:27:08 2017 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: Sat Aug 19 10:27:37 2017 xorg-2.eclass: Fix EGIT_REPO_URI, #628226