diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-06 12:35:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-06 12:35:22 +0000 |
commit | c268e853de2abd95b4a658aabfdc3e33f5436d36 (patch) | |
tree | 56cec2ea91360846ef6b6847b1bf65ce942fc308 /sys-boot | |
parent | Put myself as maintainer (diff) | |
download | gentoo-2-c268e853de2abd95b4a658aabfdc3e33f5436d36.tar.gz gentoo-2-c268e853de2abd95b4a658aabfdc3e33f5436d36.tar.bz2 gentoo-2-c268e853de2abd95b4a658aabfdc3e33f5436d36.zip |
enable i2o patch
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-0.96-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-boot/grub/grub-0.96-r1.ebuild b/sys-boot/grub/grub-0.96-r1.ebuild index 959cb8014b82..92b8ce6cdbf3 100644 --- a/sys-boot/grub/grub-0.96-r1.ebuild +++ b/sys-boot/grub/grub-0.96-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild,v 1.7 2005/04/06 00:49:19 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild,v 1.8 2005/04/06 12:35:22 vapier Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -49,8 +49,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-bounced-checks.patch # i2o RAID support #76143 - # seems to break booting with dm root though ... -# epatch "${FILESDIR}"/${P}-i2o-raid.patch + epatch "${FILESDIR}"/${P}-i2o-raid.patch # -fwritable-strings is deprecated; testing to see if we need it any more epatch "${FILESDIR}"/${PN}-0.95.20040823-warnings.patch |