Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55843 - quake2-icculus-0.15-r1 typo in ebuild, USE="xatrix" wont work
Summary: quake2-icculus-0.15-r1 typo in ebuild, USE="xatrix" wont work
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-01 17:49 UTC by Christoph Sarnowski
Modified: 2004-07-01 18:51 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 Christoph Sarnowski 2004-07-01 17:49:25 UTC
In this specific ebuild, there is a typo, which makes portage try to unpack a file which does not exist. In quake2-icculus-0.15-r1.ebuild, line 47, the code "$(useq xatrix && echo matrix)" should read "$(useq xatrix && echo xatrix)".

Reproducible: Always
Steps to Reproduce:
1. Set USE="xatrix"
2. emerge =quake2-icculus-0.15-r1


Actual Results:  
emerge wants to unpack a file named matrixsrc320.shar.Z (which, of course,
doesn't exist), instead of the downloaded xatrixsrc320.shar.Z.

Expected Results:  
It should unpack the file downloaded, with correct filename.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-07-01 18:51:11 UTC
Fixed in cvs.  Thanks for the bug report.