liblqr requires pkgconfig to be available during the configure phase. Reproducible: Always Steps to Reproduce: 1. emerge --depclean --with-bdeps=n -av 2. emerge -1av liblqr Actual Results: ... checking for i686-pc-linux-gnu-pkg-config... no checking for pkg-config... no checking for GLIB... configure: error: in `/var/tmp/portage/media-libs/liblqr-0.4.1/work/liblqr-1-0.4.1': configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Expected Results: ebuild completes successfully To work around this issue, `emerge -1 pkgconfig` then proceed with the intended emerge.
Fixed