Hello. The custom install command introduced in bug 876034 does not work correctly when EPREFIX is non-empty. This is the case for me as I am trying to install the package using Gentoo/Prefix. I have fixed that locally by prepending "/usr" with ${EPREFIX} on two lines (I am not sure about the `insinto` line): -cat > "${D}"/usr/share/pkgconfig/stb.pc <<-EOF +cat > "${D}/${EPREFIX}"/usr/share/pkgconfig/stb.pc <<-EOF -prefix=/usr +prefix=${EPREFIX}/usr Reproducible: Always
Created attachment 892538 [details] The modified ebuild file