Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42144 - FEATURES="cvs" ignores distfiles in !use ( xxx ) conditions.
Summary: FEATURES="cvs" ignores distfiles in !use ( xxx ) conditions.
Status: RESOLVED DUPLICATE of bug 16159
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-19 06:41 UTC by Tavis Ormandy (RETIRED)
Modified: 2005-07-17 13:06 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 Tavis Ormandy (RETIRED) gentoo-dev 2004-02-19 06:41:03 UTC
This appears to be a valid SRC_URI:

SRC_URI="ev6? ( ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/cpml_ev6-
5.2.0-1.alpha.rpm )
        !ev6? ( ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/cpml_ev5-
5.2.0-1.alpha.rpm )"

setting FEATURES="cvs" will usually fetch and digest all DISTFILES, however with this SRC_URI only one distfile is collected.
Comment 1 Masatomo Nakano (RETIRED) gentoo-dev 2004-02-19 06:45:20 UTC
It has been fixed in cvs.
I guess it'll be in 2.0.50-r2.


*** This bug has been marked as a duplicate of 16159 ***