summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/recode')
-rw-r--r--app-text/recode/files/recode-3.6-recode.texi.patch11
-rw-r--r--app-text/recode/recode-3.6_p20-r1.ebuild3
2 files changed, 13 insertions, 1 deletions
diff --git a/app-text/recode/files/recode-3.6-recode.texi.patch b/app-text/recode/files/recode-3.6-recode.texi.patch
new file mode 100644
index 000000000000..bb5b1bcc274d
--- /dev/null
+++ b/app-text/recode/files/recode-3.6-recode.texi.patch
@@ -0,0 +1,11 @@
+--- a/doc/recode.texi 2020-06-23 07:43:20.959074594 -0000
++++ a/doc/recode.texi 2020-06-23 07:43:32.262338563 -0000
+@@ -3713,7 +3713,7 @@
+ between HTML and various other charsets.
+
+ Here is a list of those HTML variants which @code{recode} supports.
+-Some notes have been provided by François Yergeau @email{yergeau@@alis.com}.
++Some notes have been provided by Francois Yergeau @email{yergeau@@alis.com}.
+
+ @table @code
+ @item XML-standalone
diff --git a/app-text/recode/recode-3.6_p20-r1.ebuild b/app-text/recode/recode-3.6_p20-r1.ebuild
index 5c5b4edfe9e0..6157d48a39db 100644
--- a/app-text/recode/recode-3.6_p20-r1.ebuild
+++ b/app-text/recode/recode-3.6_p20-r1.ebuild
@@ -35,8 +35,9 @@ src_prepare() {
rm "${WORKDIR}"/debian/patches/series || die
epatch \
+ "${FILESDIR}/${MY_P}-recode.texi.patch" \
"${FILESDIR}/${MY_P}-gettextfix.diff" \
- "${FILESDIR}"/${MY_P}-as-if.patch \
+ "${FILESDIR}/${MY_P}-as-if.patch" \
"${WORKDIR}"/debian/patches/*
sed -i '1i#include <stdlib.h>' src/argmatch.c || die