Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167614 - netscape-flash 9.0.31.0 unnecessarily downloads dev version with USE=-debug
Summary: netscape-flash 9.0.31.0 unnecessarily downloads dev version with USE=-debug
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 13:41 UTC by ta2002
Modified: 2007-02-19 20:20 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 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.