Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42429 - Opera 7.2.3-r1 ebuild downloads all 3 arch specific (x86,ppc,sparc) tarballs
Summary: Opera 7.2.3-r1 ebuild downloads all 3 arch specific (x86,ppc,sparc) tarballs
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-21 17:38 UTC by David Klempner
Modified: 2004-02-21 18:05 UTC (History)
1 user (show)

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.
Comment 1 SpanKY gentoo-dev 2004-02-21 17:42:59 UTC
it's incorrect but not for the reasons you think

should be:
SRC_URI="static? ( x86? ( x86static ) ppc? ( ppcstatic ) )
    !static? ( x86 ( x86dyn ) ppc? ( ppcdyn ) )"

you neglected to provide `emerge info`
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2004-02-21 17:52:00 UTC
i think you have FEATURES="cvs" set (if not reopen), i will fix the syntax if portage is fixed
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2004-02-21 17:52:22 UTC
see bug #16159
Comment 4 David Klempner 2004-02-21 18:05:08 UTC
Yes, I have FEATURES="cvs" set. Sorry about forgetting to provide emerge info.