From fd5c9fc7f09def02a60326d5edf5e7bcef1804c3 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 2 Sep 2010 21:19:37 +0000 Subject: Fix RDEPEND. (Portage version: 2.2_rc71/cvs/Linux x86_64) --- sys-boot/grub/grub-0.97-r10.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys-boot/grub/grub-0.97-r10.ebuild') diff --git a/sys-boot/grub/grub-0.97-r10.ebuild b/sys-boot/grub/grub-0.97-r10.ebuild index b07369ca9aea..b79a43c6d711 100644 --- a/sys-boot/grub/grub-0.97-r10.ebuild +++ b/sys-boot/grub/grub-0.97-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.5 2010/09/02 21:18:09 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.6 2010/09/02 21:19:37 robbat2 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 @@ -22,10 +22,11 @@ SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="custom-cflags ncurses netboot static" -DEPEND="ncurses? ( +RDEPEND="ncurses? ( >=sys-libs/ncurses-5.2-r5 amd64? ( app-emulation/emul-linux-x86-baselibs ) )" +DEPEND="${RDEPEND}" PROVIDE="virtual/bootloader" pkg_setup() { @@ -157,7 +158,7 @@ src_install() { exeinto /usr/lib/grub/${CHOST} doexe nbgrub pxegrub stage2/stage2.netboot || die "netboot install" fi - + # bug 330745 pax-mark -m "${D}"/sbin/grub -- cgit v1.2.3-65-gdbad