--- /usr/portage/sys-boot/gnu-efi/gnu-efi-3.0i.ebuild 2010-07-24 12:07:09.000000000 -0400 +++ gnu-efi-3.0i-r1.ebuild 2010-07-25 16:19:38.183620733 -0400 @@ -16,12 +16,15 @@ KEYWORDS="~amd64 ia64 ~x86" IUSE="" -DEPEND="sys-apps/pciutils" +DEPEND="dev-util/patchutils + sys-apps/pciutils" src_unpack() { unpack ${A} cd "${S}" - + + epatch "${FILESDIR}"/${P}-crt0.diff + epatch "${FILESDIR}"/${P}-setjmp.diff ebegin Applying ../*.diff # Using epatch on this is annoying because it wants to create the elilo-3.6/ # directory. Since all the files are new, it doesn't know better.