Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: grub-9999.ebuild ChangeLog
Date: Sun, 30 Jun 2013 18:25:05
Message-Id: 20130630182502.052002171C@flycatcher.gentoo.org
1 floppym 13/06/30 18:25:01
2
3 Modified: grub-9999.ebuild ChangeLog
4 Log:
5 Restore addpredict call to grub-9999.
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.94 sys-boot/grub/grub-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.94&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?rev=1.94&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999.ebuild?r1=1.93&r2=1.94
15
16 Index: grub-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v
19 retrieving revision 1.93
20 retrieving revision 1.94
21 diff -u -r1.93 -r1.94
22 --- grub-9999.ebuild 1 May 2013 13:48:04 -0000 1.93
23 +++ grub-9999.ebuild 30 Jun 2013 18:25:01 -0000 1.94
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.93 2013/05/01 13:48:04 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.94 2013/06/30 18:25:01 floppym Exp $
29
30 EAPI=5
31 AUTOTOOLS_AUTO_DEPEND=yes
32 @@ -207,6 +207,9 @@
33 }
34
35 src_compile() {
36 + # Sandbox bug 404013.
37 + use libzfs && addpredict /etc/dfs:/dev/zfs
38 +
39 multibuild_foreach_variant autotools-utils_src_compile
40
41 use doc && multibuild_for_best_variant \
42
43
44
45 1.264 sys-boot/grub/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.264&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.264&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.263&r2=1.264
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
54 retrieving revision 1.263
55 retrieving revision 1.264
56 diff -u -r1.263 -r1.264
57 --- ChangeLog 13 May 2013 16:54:13 -0000 1.263
58 +++ ChangeLog 30 Jun 2013 18:25:01 -0000 1.264
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-boot/grub
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.263 2013/05/13 16:54:13 floppym Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.264 2013/06/30 18:25:01 floppym Exp $
64 +
65 + 30 Jun 2013; Mike Gilbert <floppym@g.o> grub-9999.ebuild:
66 + Restore addpredict call to grub-9999.
67
68 13 May 2013; Mike Gilbert <floppym@g.o> files/grub.default-2:
69 Describe the GRUB_CMDLINE_LINUX variables.