diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-01-23 11:33:41 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-01-23 11:33:41 +0000 |
commit | 15c921a2b5ab91ed9da83390d2b8659e4781e0b1 (patch) | |
tree | e42931ab34e4996da0e12c435d82306834228757 /sys-boot/gnu-efi | |
parent | Updated maskings, made to work better with current portage. Created a subpro... (diff) | |
download | historical-15c921a2b5ab91ed9da83390d2b8659e4781e0b1.tar.gz historical-15c921a2b5ab91ed9da83390d2b8659e4781e0b1.tar.bz2 historical-15c921a2b5ab91ed9da83390d2b8659e4781e0b1.zip |
Adding missing pcituils dependency; solves merge failures on bootstrapping.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'sys-boot/gnu-efi')
-rw-r--r-- | sys-boot/gnu-efi/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/gnu-efi/Manifest | 6 | ||||
-rw-r--r-- | sys-boot/gnu-efi/gnu-efi-3.0a.ebuild | 7 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-boot/gnu-efi/ChangeLog b/sys-boot/gnu-efi/ChangeLog index daab28ef70ba..69dfaf8206f0 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.6 2004/07/01 21:46:11 eradicator Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/ChangeLog,v 1.7 2005/01/23 11:33:41 plasmaroo Exp $ + + 23 Jan 2005; <plasmaroo@gentoo.org> gnu-efi-3.0a.ebuild: + Adding missing pcituils dependency; solves merge failures on bootstrapping. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> gnu-efi-3.0a.ebuild: virtual/glibc -> virtual/libc diff --git a/sys-boot/gnu-efi/Manifest b/sys-boot/gnu-efi/Manifest index 184686db6792..44daefa40b88 100644 --- a/sys-boot/gnu-efi/Manifest +++ b/sys-boot/gnu-efi/Manifest @@ -1,5 +1,5 @@ -MD5 272379f48bf28a261586e697093fd067 ChangeLog 793 -MD5 ab7f2c65a8cc5e760abe32f035838669 gnu-efi-3.0a.ebuild 889 +MD5 288b75cf76524e463cd70f094d43b379 ChangeLog 930 MD5 78fc29bf052a5244c63204ddcdd7a1ac metadata.xml 157 -MD5 1eb72cb0bde1ae4bc61b4c9b4b6f5e27 files/digest-gnu-efi-3.0a 64 +MD5 3f5c677a8beccecfaecd2d857d2222d2 gnu-efi-3.0a.ebuild 911 MD5 e87f254731b9fed618bbcb354e418d09 files/gnu-efi-3.0a-lds.patch 995 +MD5 1eb72cb0bde1ae4bc61b4c9b4b6f5e27 files/digest-gnu-efi-3.0a 64 diff --git a/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild index 025e91810bdd..937dc97072db 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 +# Copyright 1999-2005 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.7 2004/10/28 16:03:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild,v 1.8 2005/01/23 11:33:41 plasmaroo Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="ia64 x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="virtual/libc + sys-apps/pciutils" src_unpack() { unpack ${A} |