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

Bug 167614

Summary: netscape-flash 9.0.31.0 unnecessarily downloads dev version with USE=-debug
Product: Gentoo Linux Reporter: ta2002 <throw_away_2002>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description ta2002 2007-02-19 13:41:33 UTC
As mentioned (but completely ignored) in bug 162484

Both the dev and ordinary versions get downloaded with -debug and ONLY the dev version for +debug.

Maybe instead of:

SRC_URI="!debug? (
http://fpdownload.macromedia.com/get/flashplayer/current/${MY_P}.tar.gz )
       
http://fpdownload.macromedia.com/pub/flashplayer/updaters/9/${MY_PD}.tar.gz"

the ebuild should read:

SRC_URI="http://fpdownload.macromedia.com/get/flashplayer/current/${MY_P}.tar.gz
        debug? (
http://fpdownload.macromedia.com/pub/flashplayer/updaters/9/${MY_PD}.tar.gz )"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-19 20:20:34 UTC
Because flashplayer is *only* included in the -dev version; do some better research before posting your rants.