--- /usr/portage/sys-apps/texinfo/texinfo-4.8-r3.ebuild 2006-03-30 08:07:26.000000000 -0600 +++ /usr/portage/sys-apps/texinfo/texinfo-4.8-r3.ebuild 2006-05-22 11:21:01.000000000 -0500 @@ -42,6 +42,11 @@ econf ${myconf} || die + # Cross-compile workaround #133429 + if tc-is-cross-compiler ; then + emake -C tools || die "emake tools" + fi + # work around broken dependency's in info/Makefile.am #85540 emake -C lib || die "emake lib" emake -C info makedoc || die "emake makedoc"