diff options
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 cd91b2789670..74dc907c0f11 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.6 2005/07/28 17:53:38 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.96-r2.ebuild,v 1.7 2005/08/01 10:34:39 blubb Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs @@ -16,7 +16,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" |