diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:43:04 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:43:04 +0000 |
commit | a08a6436cf336914de1d7b3e4499278f0c08a6cc (patch) | |
tree | 35f23baefbf2dd09129eeeb16bdd5f1c0f4e3ba8 /sys-boot/efibootmgr | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-a08a6436cf336914de1d7b3e4499278f0c08a6cc.tar.gz gentoo-2-a08a6436cf336914de1d7b3e4499278f0c08a6cc.tar.bz2 gentoo-2-a08a6436cf336914de1d7b3e4499278f0c08a6cc.zip |
Add inherit eutils
Diffstat (limited to 'sys-boot/efibootmgr')
-rw-r--r-- | sys-boot/efibootmgr/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-boot/efibootmgr/ChangeLog b/sys-boot/efibootmgr/ChangeLog index 1b1c8464f941..d1878f735f83 100644 --- a/sys-boot/efibootmgr/ChangeLog +++ b/sys-boot/efibootmgr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/efibootmgr # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.3 2004/03/04 22:42:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.4 2004/04/27 21:38:25 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> efibootmgr-0.4.2.ebuild: + Add inherit eutils 04 Mar 2004; <agriffis@gentoo.org> efibootmgr-0.4.2.ebuild: stable on ia64 diff --git a/sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild b/sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild index 0f82f6258727..3a3427ff1ea8 100644 --- a/sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild +++ b/sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild,v 1.2 2004/03/04 22:42:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.4.2.ebuild,v 1.3 2004/04/27 21:38:25 agriffis Exp $ + +inherit eutils DESCRIPTION="Interact with the EFI Boot Manager on IA-64 Systems" HOMEPAGE="http://developer.intel.com/technology/efi" |