fortune-mod-slackware-1.15.ebuild contains: pkg_setup() { if ! use offensive ; then elog "These fortunes have offensive content. Enable offensive USE Flag" elog "ex: USE=\"offensive\" emerge ${PN}" elog " or add to package.use file: games-misc/fortune-mod-slackware offensive" >>> exit 1 fi } This results in the 'setup' phase terminating unexpectedly if !use offensive and leads to head-scratching on the user's end.
Created attachment 194325 [details] Build log
Created attachment 194332 [details, diff] Patch. This patch works dandy; the ebuild dies in a non-puzzling way.
fixed.