diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-01-06 04:57:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-01-06 04:57:12 +0000 |
commit | 02c3581e340548ead773d3d6d92791c604dd9a22 (patch) | |
tree | 6eeb181b1c9486c5cf49bdc74ee55a6a0c8f798b /sys-boot | |
parent | 3.4.21.1 accidently changed a default that meant no modules in initramfs, lea... (diff) | |
download | gentoo-2-02c3581e340548ead773d3d6d92791c604dd9a22.tar.gz gentoo-2-02c3581e340548ead773d3d6d92791c604dd9a22.tar.bz2 gentoo-2-02c3581e340548ead773d3d6d92791c604dd9a22.zip |
Fix building with newer automakes.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r10.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 779a557eebe1..d6487c059b58 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/grub -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.173 2011/11/18 00:04:29 vapier Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.174 2012/01/06 04:57:12 vapier Exp $ + + 06 Jan 2012; Mike Frysinger <vapier@gentoo.org> grub-0.97-r10.ebuild: + Fix building with newer automakes. 18 Nov 2011; Mike Frysinger <vapier@gentoo.org> grub-1.99-r2.ebuild, grub-9999.ebuild: diff --git a/sys-boot/grub/grub-0.97-r10.ebuild b/sys-boot/grub/grub-0.97-r10.ebuild index e97bc23edde6..015915b52e14 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-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-0.97-r10.ebuild,v 1.11 2011/09/10 02:33:59 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.12 2012/01/06 04:57:12 vapier 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 @@ -16,7 +16,7 @@ inherit mount-boot eutils flag-o-matic toolchain-funcs autotools linux-info pax-utils -PATCHVER="1.11" # Should match the revision ideally +PATCHVER="1.12" # Should match the revision ideally DESCRIPTION="GNU GRUB Legacy boot loader" HOMEPAGE="http://www.gnu.org/software/grub/" SRC_URI="mirror://gentoo/${P}.tar.gz |