When trying to build fribidi-0.8.2 with the unicode use flag the configure script can't find fribidi-config which seems to be removed sins fribidi-0.19.1. The solution is to use pkg-config fribidi instead and it seems to be available since at least fribidi-0.10.7 (http://dev.gentooexperimental.org/~mvg/f2edb/?type=file&mode=fixed&string=fribidi.pc) which is stable. I attach the ebuild patch. Reproducible: Always Steps to Reproduce: 1. emerge wormux Actual Results: configure output contains fribidi-config: command not found. It says "yes" to fribidi but no flags to the lib is added. Expected Results: Emerge successfully.
Created attachment 177282 [details, diff] fribidi-config patch
in portage. thanks for the bug report and patch.