Created attachment 367924 [details, diff] 0001-fix-polite_directory_format-on-osx-10.9.patch Please add the patch to the ebuild. It fixes a segfault on OSX 10.9 when \w is in PS1, (already fixed in bash-4.3) Unrelated minor ebuild issue: cd ${T}; <...>; epatch_user should be: cd ${T}; <...>; cd ${S}; epatch_user (or epatch_user; ${T}; <...>)
added to bash-4.2_p45-r1, thanks