Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 397539 - Wrong use of 'roe' USE flag in games-fps/doom3-1.3.1304
Summary: Wrong use of 'roe' USE flag in games-fps/doom3-1.3.1304
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-03 20:26 UTC by Stefan Kiesler
Modified: 2012-01-04 04:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Kiesler 2012-01-03 20:26:14 UTC
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.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2012-01-04 04:16:42 UTC
fixed.  thanks for the bug report.