diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
commit | 7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch) | |
tree | 1684924656132935256e034f35f92abee6623265 /sys-boot/grub/files/grub-2.00-texinfo.patch |
Added ebuilds for kogaion desktop
Diffstat (limited to 'sys-boot/grub/files/grub-2.00-texinfo.patch')
-rw-r--r-- | sys-boot/grub/files/grub-2.00-texinfo.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-boot/grub/files/grub-2.00-texinfo.patch b/sys-boot/grub/files/grub-2.00-texinfo.patch new file mode 100644 index 00000000..803f3cbc --- /dev/null +++ b/sys-boot/grub/files/grub-2.00-texinfo.patch @@ -0,0 +1,16 @@ +Fix for texinfo-5.1 + +=== modified file 'docs/grub-dev.texi' +--- docs/grub-dev.texi 2012-05-22 07:15:28 +0000 ++++ docs/grub-dev.texi 2013-04-08 13:23:07 +0000 +@@ -1394,8 +1394,8 @@ + + @node Bitmap API + @section Bitmap API +-@itemize + @subsection grub_video_bitmap_create ++@itemize + @item Prototype: + @example + grub_err_t grub_video_bitmap_create (struct grub_video_bitmap **bitmap, unsigned int width, unsigned int height, enum grub_video_blit_format blit_format) + |