During the preparation of a ppc-macos prefix installation I discovered that bash-4.0_p37 fails to build due to the absence of these two patches from the tree: bash-4.0-bashintl-in-siglist.patch bash-4.0-cflags_for_build.patch I checked the equivalent ebuild in the gentoo-x86 tree and found that the patches applied there are: bash-3.2-parallel-build.patch bash-4.0-ldflags-for-build.patch bash-4.0-negative-return.patch bash-4.0-parallel-build.patch bash-3.1-bash-logger.patch (if USE="bashlogger" is in effect) As a workaround, I simply amended the ebuild so as not to attempt to apply the two patches in question.
patches restored, thanks