gentoo-ebuilds/media-gfx/freecad/files/freecad-1.0.0-r1-Gentoo-specific-don-t-check-vcs.patch
Chris Mayo 4441effb71
media-gfx/freecad: Stop converting line endings
Closes: https://bugs.gentoo.org/939791
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-24 20:24:22 +00:00

15 lines
347 B
Diff

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