diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2020-06-23 09:46:38 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2020-06-23 09:47:38 +0200 |
commit | 1d3178ee373b4f5ad410e2fc53b9f424a0f7b858 (patch) | |
tree | d04dd1a29157ba8d5252a92bda09bbf7d59217c9 | |
parent | net-fs/nfs-utils: Removed old (diff) | |
download | gentoo-1d3178ee373b4f5ad410e2fc53b9f424a0f7b858.tar.gz gentoo-1d3178ee373b4f5ad410e2fc53b9f424a0f7b858.tar.bz2 gentoo-1d3178ee373b4f5ad410e2fc53b9f424a0f7b858.zip |
app-text/recode: fix broken utf8 character.
Patch courtesy of Anon Emuss <abuslbea@centurylink.net>.
Closes: https://bugs.gentoo.org/706326
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r-- | app-text/recode/files/recode-3.6-recode.texi.patch | 11 | ||||
-rw-r--r-- | app-text/recode/recode-3.6_p20-r1.ebuild | 3 |
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 |