diff options
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index b658ef59be5c..861f9bd6a968 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.256 2013/04/27 20:56:04 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.257 2013/04/27 20:58:24 floppym Exp $ + + 27 Apr 2013; Mike Gilbert <floppym@gentoo.org> grub-9999.ebuild: + Refresh live ebuild. *grub-2.00-r3 (27 Apr 2013) diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index f62f7449d800..59dc2bbc31a4 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.87 2013/02/18 16:45:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.88 2013/04/27 20:58:24 floppym Exp $ EAPI=4 @@ -240,7 +240,10 @@ src_prepare() { epatch "${FILESDIR}/${P}-hardcoded-awk.patch" #424137 epatch "${FILESDIR}/${P}-freebsd.patch" #442050 epatch "${FILESDIR}/${P}-compression.patch" #424527 - epatch "${FILESDIR}/${P}-zfs-feature-flag-support.patch" #455358 + epatch "${FILESDIR}/${P}-zfs-feature-flag-support-r1.patch" #455358 + epatch "${FILESDIR}/${P}-20_linux_xen.patch" #463992 + epatch "${FILESDIR}/${P}-dmraid.patch" #430748 + epatch "${FILESDIR}/${P}-texinfo.patch" fi # fix texinfo file name, bug 416035 |