On Sunday, 10 April 2022 23:06:52 CEST Dex Conner wrote:
> I have a 9999 ebuild with EGIT_REPO_URI option set and whenever I do
> emerge -av <package> it tries to fetch sources again. Is there a way
> for me to only recompile without any source update?

Hi Dex,

Setting EVCS_OFFLINE=1 should work. There's some documentation on that 
variable here:
https://devmanual.gentoo.org/eclass-reference/git-r3.eclass/index.html

-Marco