On a fresh install of gentoo, emerge system tries to install media-libs/jpeg before libtool is installed, which causes jpeg to fail. So since media-libs/jpeg actually depends on libtool being install, it should depend on it in DEPEND. By adding such a line my emerge system completes correctly. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Fixed in portage, thanks for info.