diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-01 19:05:17 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-01 19:05:17 +0000 |
commit | d668801a329338fe12da2ac69c6130d7ef45aebc (patch) | |
tree | 196b5924988e5bfaee2812cf6495ed078e374b12 /sys-boot/grub/grub-0.96-r2.ebuild | |
parent | get rid of swsusp2 patch until brix looks at it. (diff) | |
download | gentoo-2-d668801a329338fe12da2ac69c6130d7ef45aebc.tar.gz gentoo-2-d668801a329338fe12da2ac69c6130d7ef45aebc.tar.bz2 gentoo-2-d668801a329338fe12da2ac69c6130d7ef45aebc.zip |
Stable on x86 to make the XFS writable-string fix available for all users.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-boot/grub/grub-0.96-r2.ebuild')
-rw-r--r-- | sys-boot/grub/grub-0.96-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/grub/grub-0.96-r2.ebuild b/sys-boot/grub/grub-0.96-r2.ebuild index 8e77c2d43252..c4b2a810c506 100644 --- a/sys-boot/grub/grub-0.96-r2.ebuild +++ b/sys-boot/grub/grub-0.96-r2.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-r2.ebuild,v 1.2 2005/05/09 05:10:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r2.ebuild,v 1.3 2005/07/01 19:05:17 swegener 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="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="static netboot" RDEPEND=">=sys-libs/ncurses-5.2-r5" |