diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-04-27 20:58:24 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-04-27 20:58:24 +0000 |
commit | e25a18c7a8ac061f3523f640f28c7a99c9bab68d (patch) | |
tree | 386ce08ae6ac17d84a3b10274473d795566e15ef /sys-boot | |
parent | Resolve infinte-loop in grub-probe #462740 and fix dmraid support #430748. Al... (diff) | |
download | gentoo-2-e25a18c7a8ac061f3523f640f28c7a99c9bab68d.tar.gz gentoo-2-e25a18c7a8ac061f3523f640f28c7a99c9bab68d.tar.bz2 gentoo-2-e25a18c7a8ac061f3523f640f28c7a99c9bab68d.zip |
Refresh live ebuild.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-boot')
-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 |