From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-text/docx2txt/files/docx2txt-1.1-paragraph-newline.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app-text/docx2txt/files/docx2txt-1.1-paragraph-newline.patch (limited to 'app-text/docx2txt/files') diff --git a/app-text/docx2txt/files/docx2txt-1.1-paragraph-newline.patch b/app-text/docx2txt/files/docx2txt-1.1-paragraph-newline.patch new file mode 100644 index 000000000000..7c55b6f1fe42 --- /dev/null +++ b/app-text/docx2txt/files/docx2txt-1.1-paragraph-newline.patch @@ -0,0 +1,11 @@ +--- docx2txt-1.1/docx2txt.pl.orig ++++ docx2txt-1.1/docx2txt.pl +@@ -312,7 +312,7 @@ + $para =~ s/<.*?>//og; + return justify($align,$para) if $align; + +- return $para; ++ return $para . $config_newLine; + } + + -- cgit v1.2.3