diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-06-30 18:25:01 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-06-30 18:25:01 +0000 |
commit | ddde9ff9d2064108ba878ccb5af10f8e8dc15f4d (patch) | |
tree | ee56cc1cf963493d4b00db3442e1fc5379c1bf3d /sys-boot | |
parent | Stable for x86, wrt bug #473674 (diff) | |
download | gentoo-2-ddde9ff9d2064108ba878ccb5af10f8e8dc15f4d.tar.gz gentoo-2-ddde9ff9d2064108ba878ccb5af10f8e8dc15f4d.tar.bz2 gentoo-2-ddde9ff9d2064108ba878ccb5af10f8e8dc15f4d.zip |
Restore addpredict call to grub-9999.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 913f2515b116..2c85911f9ec4 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.263 2013/05/13 16:54:13 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.264 2013/06/30 18:25:01 floppym Exp $ + + 30 Jun 2013; Mike Gilbert <floppym@gentoo.org> grub-9999.ebuild: + Restore addpredict call to grub-9999. 13 May 2013; Mike Gilbert <floppym@gentoo.org> files/grub.default-2: Describe the GRUB_CMDLINE_LINUX variables. diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 77be5f37ea27..35b890829200 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.93 2013/05/01 13:48:04 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.94 2013/06/30 18:25:01 floppym Exp $ EAPI=5 AUTOTOOLS_AUTO_DEPEND=yes @@ -207,6 +207,9 @@ src_configure() { } src_compile() { + # Sandbox bug 404013. + use libzfs && addpredict /etc/dfs:/dev/zfs + multibuild_foreach_variant autotools-utils_src_compile use doc && multibuild_for_best_variant \ |