I need to disable submodules for https://qt.gitorious.org/qt/qtdeclarative
Or maybe the eclass should automatically skip submodules that have "update = none" in .gitmodules, but TBH I'm not sure if I really understood the purpose of that configuration key.
Hmm, supporting that seems reasonable. I see that git-submodule does exactly that.
Created attachment 360496 [details, diff] git-r3.eclass patch Could you test this patch, please? A dummy ebuild using qtdeclarative's EGIT_REPO_URI seems to work fine (not fetch the submodule) but I'd like you to confirm.
Well, committed it anyway. Please reopen if the bug persists.
(In reply to Michał Górny from comment #3) Works perfectly here too, thanks!