linamh/media-gfx/freecad/files/freecad-9999-Gentoo-specific-don-t-check-vcs.patch
2025-05-05 10:23:40 +02:00

15 lines
322 B
Diff

--- a/src/Tools/SubWCRev.py
+++ b/src/Tools/SubWCRev.py
@@ -511,11 +511,6 @@ def main():
vcs = [
GitControl(),
- DebianGitHub(),
- BazaarControl(),
- Subversion(),
- MercurialControl(),
- DebianChangelog(),
UnknownControl(),
]
for i in vcs: