diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:41:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:41:20 +0000 |
commit | d6d07c30d874910a3194d80051d1ccb214bdd738 (patch) | |
tree | 65d05ad93031e269b37e9dc47ce0edb910764cce /sys-boot/efibootmgr | |
parent | (no commit message) (diff) | |
download | historical-d6d07c30d874910a3194d80051d1ccb214bdd738.tar.gz historical-d6d07c30d874910a3194d80051d1ccb214bdd738.tar.bz2 historical-d6d07c30d874910a3194d80051d1ccb214bdd738.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" |