In games-fps/doom3-1.3.1304.ebuild, in function pkg_postinst() there's a nested if: if ! use cdinstall; then (manual installation instructions for some .pk4 files) if ! use roe ; then (manual installation instructions for ROE expansion pack .pk4 files) The second if should be changed to: if use roe ; then to make any sense at all. Reproducible: Always Actual Results: Users with USE flags roe and -cdinstall don't see the manual installation instructions for the ROE expansion pack. Expected Results: Users with USE flags roe and -cdinstall should see the manual installation instructions for the ROE expansion pack.
fixed. thanks for the bug report.