summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/grub/grub-1.99.ebuild')
-rw-r--r--sys-boot/grub/grub-1.99.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-boot/grub/grub-1.99.ebuild b/sys-boot/grub/grub-1.99.ebuild
index 3ca30a1..9b78b5b 100644
--- a/sys-boot/grub/grub-1.99.ebuild
+++ b/sys-boot/grub/grub-1.99.ebuild
@@ -157,6 +157,8 @@ src_prepare() {
# Genkernel doesn't support "single" for rescue mode
# but rather init_opts=single
epatch "${FILESDIR}"/${PN}-1.98-genkernel-initramfs-single.patch
+ # Gentoo doesn't play nicely with load_video
+ epatch "${FILESDIR}"/disable_load_video.patch
sed -i -e '/^autoreconf/ d' autogen.sh || die
(. ./autogen.sh) || die