diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-05 23:50:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-05 23:50:45 +0000 |
commit | 49de3b7bde3a4bb909a71e681d47b901b9caba85 (patch) | |
tree | c120a84feefbfc4c8bf84c1b440e89c250a05456 /sys-boot | |
parent | Depend on libsndfile. Closes #88053 (diff) | |
download | gentoo-2-49de3b7bde3a4bb909a71e681d47b901b9caba85.tar.gz gentoo-2-49de3b7bde3a4bb909a71e681d47b901b9caba85.tar.bz2 gentoo-2-49de3b7bde3a4bb909a71e681d47b901b9caba85.zip |
move into unstable
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/grub-0.96-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-boot/grub/grub-0.96-r1.ebuild b/sys-boot/grub/grub-0.96-r1.ebuild index b3f6b48386c5..8f111e373ab0 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.5 2005/03/15 23:39:52 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r1.ebuild,v 1.6 2005/04/05 23:50:45 vapier Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="-*" +KEYWORDS="~amd64 ~x86" IUSE="static netboot" RDEPEND=">=sys-libs/ncurses-5.2-r5" @@ -49,7 +49,8 @@ src_unpack() { epatch "${FILESDIR}"/${P}-bounced-checks.patch # i2o RAID support #76143 - epatch "${FILESDIR}"/${P}-i2o-raid.patch + # seems to break booting with dm root though ... +# 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 |