diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-04-07 08:14:09 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-04-07 08:14:09 +0000 |
commit | 6baaa3a88e7cde2b0b36f15cd97677e082efeeb4 (patch) | |
tree | b21ec8f651b5b5bdd8017f982409082c34207509 /sys-boot/grub | |
parent | Stable on x86 wrt bug #216580 (diff) | |
download | gentoo-2-6baaa3a88e7cde2b0b36f15cd97677e082efeeb4.tar.gz gentoo-2-6baaa3a88e7cde2b0b36f15cd97677e082efeeb4.tar.bz2 gentoo-2-6baaa3a88e7cde2b0b36f15cd97677e082efeeb4.zip |
Bump of patchset only to fix bug #216307. Revbump will happen when I have finished tracing the pager bug.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-boot/grub')
-rw-r--r-- | sys-boot/grub/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index f7fff498d966..fbc0d7e1bd05 100644 --- a/sys-boot/grub/ChangeLog +++ b/sys-boot/grub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/grub # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.87 2008/04/06 22:41:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.88 2008/04/07 08:14:09 robbat2 Exp $ + + 07 Apr 2008; Robin H. Johnson <robbat2@gentoo.org> grub-0.97-r5.ebuild: + Bump of patchset only to fix bug #216307. Revbump will happen when I have + finished tracing the pager bug. 06 Apr 2008; Mike Frysinger <vapier@gentoo.org> grub-0.97-r5.ebuild: Create /boot/boot symlink for people #194201, and dont bother creating diff --git a/sys-boot/grub/grub-0.97-r5.ebuild b/sys-boot/grub/grub-0.97-r5.ebuild index e05677716990..f9abc0726c86 100644 --- a/sys-boot/grub/grub-0.97-r5.ebuild +++ b/sys-boot/grub/grub-0.97-r5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.7 2008/04/06 22:41:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.8 2008/04/07 08:14:09 robbat2 Exp $ inherit mount-boot eutils flag-o-matic toolchain-funcs autotools -PATCHVER="1.6" +PATCHVER="1.7" DESCRIPTION="GNU GRUB Legacy boot loader" HOMEPAGE="http://www.gnu.org/software/grub/" SRC_URI="mirror://gentoo/${P}.tar.gz |