$ ebuild lynx-2.8.9_pre16.ebuild clean compile Fails with: >>> Compiling source in /var/tmp/portage/www-client/lynx-2.8.9_pre16/work/lynx2.8.9dev.16 ... make -j8 -C po -j1 make: Entering directory '/var/tmp/portage/www-client/lynx-2.8.9_pre16/work/lynx2.8.9dev.16/po' make: *** No targets specified and no makefile found. Stop. make: Leaving directory '/var/tmp/portage/www-client/lynx-2.8.9_pre16/work/lynx2.8.9dev.16/po' The issue seems to be that -j8 isn't stripped, so make -j8 -C po -j1 is attempted. If I explicitly use make instead of emake, I get make -C po -j1, and the build succeeds. lynx-2.8.9_pre11.ebuild works for me
Created attachment 492712 [details] build log
Fixed in the tree.