summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-01-23 16:32:48 +0000
committerAron Griffis <agriffis@gentoo.org>2004-01-23 16:32:48 +0000
commit56fc02e74c7a33d961b117306bc1fd2552d8c1e8 (patch)
tree7d5ff560e3b00a869cc46aa0d9c0738df4a211a9 /sys-boot
parentstable on ia64 for elilo (diff)
downloadgentoo-2-56fc02e74c7a33d961b117306bc1fd2552d8c1e8.tar.gz
gentoo-2-56fc02e74c7a33d961b117306bc1fd2552d8c1e8.tar.bz2
gentoo-2-56fc02e74c7a33d961b117306bc1fd2552d8c1e8.zip
add rdepend on dosfstools
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/elilo/ChangeLog5
-rw-r--r--sys-boot/elilo/Manifest4
-rw-r--r--sys-boot/elilo/elilo-3.4.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-boot/elilo/ChangeLog b/sys-boot/elilo/ChangeLog
index b6b70fb2ff39..8aeec9b20e44 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.1 2004/01/23 16:21:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.2 2004/01/23 16:32:39 agriffis Exp $
+
+ 23 Jan 2004; <agriffis@gentoo.org> elilo-3.4.ebuild:
+ add rdepend on dosfstools
*elilo-3.4 (23 Jan 2004)
diff --git a/sys-boot/elilo/Manifest b/sys-boot/elilo/Manifest
index 097d314787c1..93cb49ab1079 100644
--- a/sys-boot/elilo/Manifest
+++ b/sys-boot/elilo/Manifest
@@ -1,5 +1,5 @@
-MD5 170751d8049b2c371326f017bea65442 elilo-3.4.ebuild 1750
-MD5 783b45fdac0028728f23e9f1b8ffea8b ChangeLog 478
+MD5 862693af089c6d9a6846e27366ce2599 elilo-3.4.ebuild 1768
+MD5 82f897e3b073fdf126bf64bce6b2f336 ChangeLog 562
MD5 2b2d58955c4ad612fee3bcf9b977bc41 files/elilo-3.4-makefile.patch 338
MD5 85650d47a2950be23774d73205b19e97 files/digest-elilo-3.4 61
MD5 c41337651da1c5b597609856146438ec files/elilo-3.4 22707
diff --git a/sys-boot/elilo/elilo-3.4.ebuild b/sys-boot/elilo/elilo-3.4.ebuild
index 72a3cc12ede8..428962fa7dfb 100644
--- a/sys-boot/elilo/elilo-3.4.ebuild
+++ b/sys-boot/elilo/elilo-3.4.ebuild
@@ -1,6 +1,6 @@
# 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.1 2004/01/23 16:21:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.4.ebuild,v 1.2 2004/01/23 16:32:39 agriffis Exp $
DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64"
HOMEPAGE="http://developer.intel.com/technology/efi"
@@ -12,7 +12,7 @@ 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"
+RDEPEND="sys-boot/efibootmgr sys-fs/dosfstools"
src_unpack() {
unpack ${A} && cd ${S} || die "failed to unpack"