diff options
author | 2008-11-28 22:37:38 +0000 | |
---|---|---|
committer | 2008-11-28 22:37:38 +0000 | |
commit | e525cabd00d645f1608644dfec1339b320a18f6c (patch) | |
tree | dcfc6a1fcc5708848f7155acec7a617635549ea5 /sys-devel/gettext/files | |
parent | Cleanup; Version bump, fixes bug #248798 (diff) | |
download | gentoo-2-e525cabd00d645f1608644dfec1339b320a18f6c.tar.gz gentoo-2-e525cabd00d645f1608644dfec1339b320a18f6c.tar.bz2 gentoo-2-e525cabd00d645f1608644dfec1339b320a18f6c.zip |
Fix GNU Info file, bug 249167.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 i686)
Diffstat (limited to 'sys-devel/gettext/files')
-rw-r--r-- | sys-devel/gettext/files/gettext-0.17-gnuinfo.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-devel/gettext/files/gettext-0.17-gnuinfo.patch b/sys-devel/gettext/files/gettext-0.17-gnuinfo.patch new file mode 100644 index 000000000000..243916636fbe --- /dev/null +++ b/sys-devel/gettext/files/gettext-0.17-gnuinfo.patch @@ -0,0 +1,16 @@ +Fix broken Info file produced by texinfo 4.11 +http://bugs.gentoo.org/249167 + +--- gettext-0.17/gettext-tools/doc/gettext.info ++++ gettext-0.17/gettext-tools/doc/gettext.info +@@ -1,7 +1,8 @@ ++This is gettext.info, produced by makeinfo version 4.13 from ++gettext.texi. ++ + INFO-DIR-SECTION GNU Gettext Utilities + START-INFO-DIR-ENTRY +-This is gettext.info, produced by makeinfo version 4.11 from gettext.texi. +- + * gettext: (gettext). GNU gettext utilities. + * autopoint: (gettext)autopoint Invocation. Copy gettext infrastructure. + * envsubst: (gettext)envsubst Invocation. Expand environment variables. |