I build binaries for applications installed on my systems and OpenOffice fails to install as binary using "getbinpkg" feature (NOT openoffice-bin) and USE=nsplugin because pkg-config is not available. The pkg-config calls are in pkg_setup(), so dev-util/pkgconfig should be moved to COMMON_DEPEND since pkg_setup() is called even during binary installs. Reproducible: Always Steps to Reproduce: 1. fresh Gentoo system 2. # USE=nsplugin emerge --getbinpkgonly app-office/openoffice 3. Actual Results: Failure with message: "USE flag [nsplugin] set but no installed xulrunner found!" Expected Results: Binary installation. The workaround is to emerge dev-util/pkgconfig before installing app-office/openoffice[nsplugin] from binaries.
Actually I think it's better to remove the pkg-config-call from pkg_setup(), going to do that, as we now only support xulrunner that's not necessary anyway...
I've fixed this in 3.2.0 now, closing