diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-29 10:03:49 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-29 10:03:49 +0000 |
commit | 228c4d17c6417e2ee44881d66a040c692a798e29 (patch) | |
tree | 1f1513487e6bb4cb55fec21b82983c7270e322ae /sys-boot | |
parent | Version bump. Add ntlm use flag and update to EAPI 4. (diff) | |
download | gentoo-2-228c4d17c6417e2ee44881d66a040c692a798e29.tar.gz gentoo-2-228c4d17c6417e2ee44881d66a040c692a798e29.tar.bz2 gentoo-2-228c4d17c6417e2ee44881d66a040c692a798e29.zip |
Bump patchver and add it's digest
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/grub/grub-0.97-r11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/grub/ChangeLog b/sys-boot/grub/ChangeLog index b30986ea320a..07e353269f55 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.204 2012/05/29 09:48:00 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.205 2012/05/29 10:03:49 xarthisius Exp $ + + 29 May 2012; Kacper Kowalik <xarthisius@gentoo.org> grub-0.97-r11.ebuild: + Bump patchver and add it's digest *grub-0.97-r11 (29 May 2012) diff --git a/sys-boot/grub/grub-0.97-r11.ebuild b/sys-boot/grub/grub-0.97-r11.ebuild index 57f7ab3da151..666014a3271e 100644 --- a/sys-boot/grub/grub-0.97-r11.ebuild +++ b/sys-boot/grub/grub-0.97-r11.ebuild @@ -1,6 +1,6 @@ # 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-r11.ebuild,v 1.1 2012/05/29 09:48:00 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r11.ebuild,v 1.2 2012/05/29 10:03:49 xarthisius 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.12" # Should match the revision ideally +PATCHVER="1.13" # 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 |