summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2005-01-22 13:29:32 +0000
committerTim Yamin <plasmaroo@gentoo.org>2005-01-22 13:29:32 +0000
commitd55cc96f0a46aa201dac5db64564a22c18f8b353 (patch)
tree476f623c47afb5cbba42a89260096fc6fc873082 /sys-boot
parentStable on sparc (diff)
downloadgentoo-2-d55cc96f0a46aa201dac5db64564a22c18f8b353.tar.gz
gentoo-2-d55cc96f0a46aa201dac5db64564a22c18f8b353.tar.bz2
gentoo-2-d55cc96f0a46aa201dac5db64564a22c18f8b353.zip
Fix total build breakage; inherit toolchain-funcs please...
(Portage version: 2.0.51-r14)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/elilo/ChangeLog7
-rw-r--r--sys-boot/elilo/elilo-3.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-boot/elilo/ChangeLog b/sys-boot/elilo/ChangeLog
index a9d14438ce08..5c8755d7ef43 100644
--- a/sys-boot/elilo/ChangeLog
+++ b/sys-boot/elilo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/elilo
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.6 2004/06/24 22:34:28 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.7 2005/01/22 13:29:32 plasmaroo Exp $
+
+ 22 Jan 2005; <plasmaroo@gentoo.org> elilo-3.4.ebuild:
+ Fix total build breakage; inherit toolchain-funcs please...
19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> elilo-3.4.ebuild:
fix depend (bug #45110); tidy
diff --git a/sys-boot/elilo/elilo-3.4.ebuild b/sys-boot/elilo/elilo-3.4.ebuild
index 8014a65d45c6..c33fa280403f 100644
--- a/sys-boot/elilo/elilo-3.4.ebuild
+++ b/sys-boot/elilo/elilo-3.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.4.ebuild,v 1.7 2004/10/28 16:04:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.4.ebuild,v 1.8 2005/01/22 13:29:32 plasmaroo Exp $
-inherit eutils
+inherit eutils toolchain-funcs
DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64"
HOMEPAGE="http://developer.intel.com/technology/efi"