Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258770 - games-rpg/coe2-2007 has wrong 'use && do || die' statement
Summary: games-rpg/coe2-2007 has wrong 'use && do || die' statement
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-12 19:49 UTC by René 'Necoro' Neumann
Modified: 2009-02-12 22:47 UTC (History)
0 users

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


Attachments
coe2-2007.ebuild.diff (coe2-2007.ebuild.diff,348 bytes, patch)
2009-02-12 19:50 UTC, René 'Necoro' Neumann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description René 'Necoro' Neumann 2009-02-12 19:49:05 UTC
The ebuild contains the following line - which will make it die whenever the useflag "amd64" is not set - which does not seem intended

use amd64 && mv -f coe_linux64bit coe_linux || die "mv amd64 image failed"
Comment 1 René 'Necoro' Neumann 2009-02-12 19:50:51 UTC
Created attachment 181807 [details, diff]
coe2-2007.ebuild.diff

Patch fixing the issue
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2009-02-12 22:47:43 UTC
fixed.  thanks for the bug report.