diff options
author | Olivier Crête <tester@gentoo.org> | 2006-02-15 02:52:08 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2006-02-15 02:52:08 +0000 |
commit | be5d076def1b4a1cc0b8c32ab4efc76a5cb37169 (patch) | |
tree | b572e24468616da4663e29dff20aad9c54fc163c /sys-boot/grub-static | |
parent | added "distclean" action to remove stale files from previous installs (diff) | |
download | gentoo-2-be5d076def1b4a1cc0b8c32ab4efc76a5cb37169.tar.gz gentoo-2-be5d076def1b4a1cc0b8c32ab4efc76a5cb37169.tar.bz2 gentoo-2-be5d076def1b4a1cc0b8c32ab4efc76a5cb37169.zip |
Fix blocker for sys-apps -> sys-boot move
(Portage version: 2.0.54)
Diffstat (limited to 'sys-boot/grub-static')
-rw-r--r-- | sys-boot/grub-static/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.93.20030118.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog index 88d2af7fb154..96ad1d044f3d 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.3 2004/06/24 22:35:01 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.4 2006/02/15 02:52:08 tester Exp $ + + 15 Feb 2006; Olivier Crête <tester@gentoo.org> + grub-static-0.93.20030118.ebuild: + Fix blocker for sys-apps -> sys-boot move *grub-static-0.93.20030118 (08 Dec 2003) diff --git a/sys-boot/grub-static/grub-static-0.93.20030118.ebuild b/sys-boot/grub-static/grub-static-0.93.20030118.ebuild index 43ae780f8d0a..2ef73b1594c1 100644 --- a/sys-boot/grub-static/grub-static-0.93.20030118.ebuild +++ b/sys-boot/grub-static/grub-static-0.93.20030118.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 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.93.20030118.ebuild,v 1.2 2004/06/24 22:35:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.93.20030118.ebuild,v 1.3 2006/02/15 02:52:08 tester Exp $ DESCRIPTION="Static GNU GRUB boot loader" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86 -ppc -sparc -alpha -mips -hppa" IUSE="" -DEPEND="!sys-apps/grub" +DEPEND="!sys-boot/grub" PROVIDE="virtual/bootloader" src_install() { |