diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-01-15 02:19:54 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-01-15 02:19:54 +0000 |
commit | cfda147fad4760cc77f2797c4254c2fe10198010 (patch) | |
tree | f17a0a0d952d88e4102c354477af6d4b535a90af /sys-boot | |
parent | Initial import (bug #350991). (diff) | |
download | gentoo-2-cfda147fad4760cc77f2797c4254c2fe10198010.tar.gz gentoo-2-cfda147fad4760cc77f2797c4254c2fe10198010.tar.bz2 gentoo-2-cfda147fad4760cc77f2797c4254c2fe10198010.zip |
1.99-call_proper_grub_probe.patch has been applied upstream.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 9c96b8b797c4..99f24c0d0e8d 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.175 2012/01/14 08:09:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.176 2012/01/15 02:19:54 floppym Exp $ + + 15 Jan 2012; Mike Gilbert <floppym@gentoo.org> grub-9999.ebuild: + 1.99-call_proper_grub_probe.patch has been applied upstream. 14 Jan 2012; Mike Frysinger <vapier@gentoo.org> grub-0.94-r1.ebuild, grub-0.96-r1.ebuild, grub-0.96-r3.ebuild, grub-0.97.ebuild: diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 4fd344674e6e..909fc1cd916f 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.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/grub-9999.ebuild,v 1.47 2011/11/18 00:04:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999.ebuild,v 1.48 2012/01/15 02:19:54 floppym Exp $ EAPI=4 @@ -163,9 +163,6 @@ grub_src_install() { src_prepare() { local i j archs - epatch \ - "${FILESDIR}/1.99-call_proper_grub_probe.patch" - epatch_user # fix texinfo file name, as otherwise the grub2.info file will be |