Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 41700

Summary: ut2004-demo downloads amd64 version on non-amd64
Product: Gentoo Linux Reporter: Chris Gianelloni (RETIRED) <wolf31o2>
Component: [OLD] GamesAssignee: Brad House <brad>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Gianelloni (RETIRED) gentoo-dev 2004-02-15 12:44:07 UTC
After adding the amd64 version of the ut2004-demo to the ebuild,the ebuild now downloads the amd64 version even when the system is x86.

Expected results:

Game installs without downloading ut2004-lnx64-demo-3120.run.bz2
Comment 1 Brad House 2004-02-15 12:46:18 UTC
well, seeing as how you're a gentoo dev, you probably have
FEATURES=cvs in your /etc/make.conf

if you 

FEATURES=-cvs emerge ut2004-demo

it won't download both.  The reason it downloads both
is to verify the digests, and it ONLY happens if you have
'cvs' in your FEATURES!!! So only devs would see it.

-Brad