diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-10-28 10:13:07 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-10-28 10:13:07 +0000 |
commit | c847b6b273e67bbef8978229435191bdba057c7c (patch) | |
tree | 69b7c45c62a8dc1dd80e7f3b28caf7e2f7c9a7d4 /sys-boot/grub-static | |
parent | Remove older versions. (diff) | |
download | gentoo-2-c847b6b273e67bbef8978229435191bdba057c7c.tar.gz gentoo-2-c847b6b273e67bbef8978229435191bdba057c7c.tar.bz2 gentoo-2-c847b6b273e67bbef8978229435191bdba057c7c.zip |
Added missing inherit eutils, bug 244706
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r1 x86_64)
Diffstat (limited to 'sys-boot/grub-static')
-rw-r--r-- | sys-boot/grub-static/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97-r6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog index 2c85bca248df..6aed485702f2 100644 --- a/sys-boot/grub-static/ChangeLog +++ b/sys-boot/grub-static/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/grub-static # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.15 2008/10/27 10:50:08 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.16 2008/10/28 10:13:07 angelos Exp $ + + 28 Oct 2008; Christoph Mende <angelos@gentoo.org> + grub-static-0.97-r6.ebuild: + Added missing inherit eutils, bug 244706 *grub-static-0.97-r6 (27 Oct 2008) diff --git a/sys-boot/grub-static/grub-static-0.97-r6.ebuild b/sys-boot/grub-static/grub-static-0.97-r6.ebuild index 73c8fcb9c3a1..a6f1c2a094b7 100644 --- a/sys-boot/grub-static/grub-static-0.97-r6.ebuild +++ b/sys-boot/grub-static/grub-static-0.97-r6.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r6.ebuild,v 1.2 2008/10/28 02:12:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.97-r6.ebuild,v 1.3 2008/10/28 10:13:07 angelos 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 # we never updated any of the source code (it still all wants menu.lst), # and there is no indication that upstream is making the transition. -inherit mount-boot +inherit eutils mount-boot PATCHVER="1.7" # Not used, just for tracking with main grub |