diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-07-23 03:49:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-07-23 03:49:58 +0000 |
commit | 36cd8a03dc3d92faced0cc8cc1d6d02602fe4237 (patch) | |
tree | 5c8bbba9a0e035ae5436b4099ba26d8f1c657be0 /sys-boot/grub-static/grub-static-0.97-r9.ebuild | |
parent | Grab some fixes from upstream for ia64 #425736 by Tim Yamin. (diff) | |
download | gentoo-2-36cd8a03dc3d92faced0cc8cc1d6d02602fe4237.tar.gz gentoo-2-36cd8a03dc3d92faced0cc8cc1d6d02602fe4237.tar.bz2 gentoo-2-36cd8a03dc3d92faced0cc8cc1d6d02602fe4237.zip |
Block grub-0.9x versions only #398451 by Duncan.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot/grub-static/grub-static-0.97-r9.ebuild')
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/grub-static/grub-static-0.97-r9.ebuild b/sys-boot/grub-static/grub-static-0.97-r9.ebuild index 0b1fe90b0dbc..e64f37458a9a 100644 --- a/sys-boot/grub-static/grub-static-0.97-r9.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r9.ebuild,v 1.11 2011/04/10 14:26:12 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r9.ebuild,v 1.12 2012/07/23 03:49:58 vapier Exp $ # XXX: we need to review menu.lst vs grub.conf handling. We've been converting # all systems to grub.conf (and symlinking menu.lst to grub.conf), but @@ -19,7 +19,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" -DEPEND="!sys-boot/grub" +DEPEND="!<sys-boot/grub-2" RDEPEND="${DEPEND}" # These are already stripped since we use a binpkg. |