Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25570 - mozaccess USE flag
Summary: mozaccess USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-30 05:35 UTC by James Cloos
Modified: 2003-07-30 10:49 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 James Cloos 2003-07-30 05:35:04 UTC
mozilla-1.4-r2.ebuild has:

IUSE="${IUSE} mozsvg mozcalendar mozaccess mozp3p mozxmlterm"

but then says:

        if [ -n "`use mozaccess-builtin`" ]
        then
                myext="${myext},access-builtin"
        fi

Should the if be `use mozaccess` rather than mozaccess-builtin ?
Comment 1 Brad Laue (RETIRED) gentoo-dev 2003-07-30 10:49:46 UTC
Yes, yes it should.