diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2011-09-10 02:33:59 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2011-09-10 02:33:59 +0000 |
commit | a2d20fefe26d34abe07e4ca59939d64f6306557a (patch) | |
tree | 4433cde067096883fd073a788028d644fb25dbfa /sys-boot | |
parent | add missing test to IUSE (diff) | |
download | gentoo-2-a2d20fefe26d34abe07e4ca59939d64f6306557a.tar.gz gentoo-2-a2d20fefe26d34abe07e4ca59939d64f6306557a.tar.bz2 gentoo-2-a2d20fefe26d34abe07e4ca59939d64f6306557a.zip |
Release patchset 1.11 to work around miscompilation with gcc-4.6 (bug
#360513). No rev-bump as per maintainer.
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index e5bc29c6ec5a..3a19abb8dbd2 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,10 @@ # 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.165 2011/09/06 15:31:59 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.166 2011/09/10 02:33:59 dirtyepic Exp $ + + 10 Sep 2011; Ryan Hill <dirtyepic@gentoo.org> grub-0.97-r10.ebuild: + Release patchset 1.11 to work around miscompilation with gcc-4.6 (bug + #360513). No rev-bump as per maintainer. 06 Sep 2011; Tomáš Chvátal <scarabeus@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 18aac0bab025..e97bc23edde6 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 # 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.10 2011/04/10 14:34:42 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r10.ebuild,v 1.11 2011/09/10 02:33:59 dirtyepic 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.10" # Should match the revision ideally +PATCHVER="1.11" # 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 |