summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-01 21:47:06 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-01 21:47:06 +0000
commit113e1615f8a04e521ce2be909c3746c5a2127852 (patch)
tree113a5faa7eb45fbb733bae0dbb061fc6d4cc5826 /sys-boot/gnu-efi
parentvirtual/glibc -> virtual/libc, add IUSE (Manifest recommit) (diff)
downloadgentoo-2-113e1615f8a04e521ce2be909c3746c5a2127852.tar.gz
gentoo-2-113e1615f8a04e521ce2be909c3746c5a2127852.tar.bz2
gentoo-2-113e1615f8a04e521ce2be909c3746c5a2127852.zip
virtual/glibc -> virtual/libc
Diffstat (limited to 'sys-boot/gnu-efi')
-rw-r--r--sys-boot/gnu-efi/ChangeLog5
-rw-r--r--sys-boot/gnu-efi/gnu-efi-3.0a.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-boot/gnu-efi/ChangeLog b/sys-boot/gnu-efi/ChangeLog
index b7a4244b42fc..daab28ef70ba 100644
--- a/sys-boot/gnu-efi/ChangeLog
+++ b/sys-boot/gnu-efi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/gnu-efi
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/ChangeLog,v 1.5 2004/06/24 22:34:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/ChangeLog,v 1.6 2004/07/01 21:46:11 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> gnu-efi-3.0a.ebuild:
+ virtual/glibc -> virtual/libc
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> gnu-efi-3.0a.ebuild:
Add inherit eutils
diff --git a/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild
index 8ea233e7dfd4..f870eed17423 100644
--- a/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild
+++ b/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild,v 1.5 2004/06/24 22:34:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild,v 1.6 2004/07/01 21:46:11 eradicator Exp $
inherit eutils
@@ -13,8 +13,8 @@ SLOT="3"
LICENSE="GPL-2"
IUSE=""
-DEPEND="virtual/glibc" # don't think there's anything else
-RDEPEND="virtual/glibc"
+DEPEND="virtual/libc" # don't think there's anything else
+RDEPEND="virtual/libc"
src_unpack() {
unpack ${A} && cd ${S} || die "failed to unpack"