summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 10:15:37 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 10:15:37 +0000
commit748e6201a50c53d6fa24ac86023d9cfecc8aef1b (patch)
tree8964f2a65ed597ccac5010a9b9c7421dad69fd08 /sys-boot/elilo
parentfix depend (bug #45110); tidy (Manifest recommit) (diff)
downloadgentoo-2-748e6201a50c53d6fa24ac86023d9cfecc8aef1b.tar.gz
gentoo-2-748e6201a50c53d6fa24ac86023d9cfecc8aef1b.tar.bz2
gentoo-2-748e6201a50c53d6fa24ac86023d9cfecc8aef1b.zip
fix depend (bug #45110); tidy
Diffstat (limited to 'sys-boot/elilo')
-rw-r--r--sys-boot/elilo/ChangeLog5
-rw-r--r--sys-boot/elilo/elilo-3.4.ebuild9
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-boot/elilo/ChangeLog b/sys-boot/elilo/ChangeLog
index a57bad113331..f0e16d88dec5 100644
--- a/sys-boot/elilo/ChangeLog
+++ b/sys-boot/elilo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/elilo
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.4 2004/03/04 22:44:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.5 2004/03/19 10:15:37 mr_bones_ Exp $
+
+ 19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> elilo-3.4.ebuild:
+ fix depend (bug #45110); tidy
04 Mar 2004; <agriffis@gentoo.org> elilo-3.4.ebuild:
stable on ia64
diff --git a/sys-boot/elilo/elilo-3.4.ebuild b/sys-boot/elilo/elilo-3.4.ebuild
index bb671ac49080..8e7a3d035b56 100644
--- a/sys-boot/elilo/elilo-3.4.ebuild
+++ b/sys-boot/elilo/elilo-3.4.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/elilo/elilo-3.4.ebuild,v 1.4 2004/03/04 22:44:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.4.ebuild,v 1.5 2004/03/19 10:15:37 mr_bones_ Exp $
+
+inherit eutils
DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64"
HOMEPAGE="http://developer.intel.com/technology/efi"
@@ -11,8 +13,9 @@ LICENSE="GPL-2"
IUSE=""
# gnu-efi contains only static libs, so there's no run-time dep on it
-DEPEND=">=gnu-efi-3.0"
-RDEPEND="sys-boot/efibootmgr sys-fs/dosfstools"
+DEPEND=">=sys-boot/gnu-efi-3.0"
+RDEPEND="sys-boot/efibootmgr
+ sys-fs/dosfstools"
src_unpack() {
unpack ${A} && cd ${S} || die "failed to unpack"