summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'misc-overlay/sys-apps/paludis/files/paludis-0.6.2-unlimited-whitespace.patch')
-rw-r--r--misc-overlay/sys-apps/paludis/files/paludis-0.6.2-unlimited-whitespace.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc-overlay/sys-apps/paludis/files/paludis-0.6.2-unlimited-whitespace.patch b/misc-overlay/sys-apps/paludis/files/paludis-0.6.2-unlimited-whitespace.patch
new file mode 100644
index 0000000..45370d4
--- /dev/null
+++ b/misc-overlay/sys-apps/paludis/files/paludis-0.6.2-unlimited-whitespace.patch
@@ -0,0 +1,19 @@
+Index: paludis/qa/whitespace_check.cc
+===================================================================
+--- paludis/qa/whitespace_check.cc (revision 1454)
++++ paludis/qa/whitespace_check.cc (working copy)
+@@ -51,11 +51,14 @@
+ unsigned err_count(0);
+ while (std::getline(ff, s))
+ {
++ // TODO should have a way to control this
++ /*
+ if (err_count >= 3)
+ {
+ result << Message(qal_info, "Skipping further whitespace checks");
+ break;
+ }
++ */
+
+ ++line_number;
+