summaryrefslogtreecommitdiff
path: root/media-gfx/freecad/files/freecad-9999-Gentoo-specific-don-t-check-vcs.patch
blob: 3c8b61ab56a41cfc5d203031986a785108180ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/src/Tools/SubWCRev.py
+++ b/src/Tools/SubWCRev.py
@@ -509,12 +509,6 @@ def main():
             bindir = a
 
     vcs = [
-        GitControl(),
-        DebianGitHub(),
-        BazaarControl(),
-        Subversion(),
-        MercurialControl(),
-        DebianChangelog(),
         UnknownControl(),
     ]
     for i in vcs: