diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-10-20 21:46:34 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-10-20 21:46:34 +0000 |
commit | 6c648dd71b2d75cf1194cd0d215995af5e0c9b3f (patch) | |
tree | ab0d022ad5cfd651402772171a6d51b8951838a0 /sys-boot/grub/ChangeLog | |
parent | Re-add ~x86-fbsd after keywording python-exec. (diff) | |
download | gentoo-2-6c648dd71b2d75cf1194cd0d215995af5e0c9b3f.tar.gz gentoo-2-6c648dd71b2d75cf1194cd0d215995af5e0c9b3f.tar.bz2 gentoo-2-6c648dd71b2d75cf1194cd0d215995af5e0c9b3f.zip |
Add pkg_pretend check to bail out if we are using the gold linker. Bug 439082 by Ambroz Bizjak.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'sys-boot/grub/ChangeLog')
-rw-r--r-- | sys-boot/grub/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index 981925b1ba1c..4fe1fa45a918 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,11 @@ # 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.240 2012/10/18 12:41:14 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.241 2012/10/20 21:46:34 floppym Exp $ + + 20 Oct 2012; Mike Gilbert <floppym@gentoo.org> grub-2.00-r1.ebuild, + grub-9999.ebuild: + Add pkg_pretend check to bail out if we are using the gold linker. Bug 439082 + by Ambroz Bizjak. 18 Oct 2012; Christoph Junghans <ottxor@gentoo.org> +files/grub-2.00-hardcoded-awk.patch, grub-2.00-r1.ebuild, grub-9999.ebuild: |