Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: ChangeLog grub-0.97-r10.ebuild
Date: Thu, 02 Sep 2010 21:19:41
Message-Id: 20100902211937.F3FD720051@flycatcher.gentoo.org
1 robbat2 10/09/02 21:19:37
2
3 Modified: ChangeLog grub-0.97-r10.ebuild
4 Log:
5 Fix RDEPEND.
6
7 (Portage version: 2.2_rc71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.145 sys-boot/grub/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.145&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.145&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.144&r2=1.145
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
19 retrieving revision 1.144
20 retrieving revision 1.145
21 diff -p -w -b -B -u -u -r1.144 -r1.145
22 --- ChangeLog 2 Sep 2010 21:18:09 -0000 1.144
23 +++ ChangeLog 2 Sep 2010 21:19:37 -0000 1.145
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-boot/grub
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.144 2010/09/02 21:18:09 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.145 2010/09/02 21:19:37 robbat2 Exp $
29 +
30 + 02 Sep 2010; Robin H. Johnson <robbat2@g.o> grub-0.97-r10.ebuild:
31 + Fix RDEPEND.
32
33 02 Sep 2010; Robin H. Johnson <robbat2@g.o> grub-0.97-r10.ebuild:
34 Bug #330745: Grub needs executable stack. No version bump yet, new revbump
35
36
37
38 1.6 sys-boot/grub/grub-0.97-r10.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild?r1=1.5&r2=1.6
43
44 Index: grub-0.97-r10.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -p -w -b -B -u -u -r1.5 -r1.6
50 --- grub-0.97-r10.ebuild 2 Sep 2010 21:18:09 -0000 1.5
51 +++ grub-0.97-r10.ebuild 2 Sep 2010 21:19:37 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.5 2010/09/02 21:18:09 robbat2 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.6 2010/09/02 21:19:37 robbat2 Exp $
57
58 # XXX: we need to review menu.lst vs grub.conf handling. We've been converting
59 # all systems to grub.conf (and symlinking menu.lst to grub.conf), but
60 @@ -22,10 +22,11 @@ SLOT="0"
61 KEYWORDS="amd64 x86 ~x86-fbsd"
62 IUSE="custom-cflags ncurses netboot static"
63
64 -DEPEND="ncurses? (
65 +RDEPEND="ncurses? (
66 >=sys-libs/ncurses-5.2-r5
67 amd64? ( app-emulation/emul-linux-x86-baselibs )
68 )"
69 +DEPEND="${RDEPEND}"
70 PROVIDE="virtual/bootloader"
71
72 pkg_setup() {